mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
e53969b475
No true functional changes. Change the "hack" name of emitMipsHackSTOCG to emitSymSTO. Remove demonstration code in AsmParser for emitMipsHackSTOCG and emitMipsHackELFFlags. The STO field is in an ELF symbol and is not an explicit directive. That said, we are missing the compliment call in AsmParser and that will need to be addressed soon. XFAIL dummy tests for emitMipsHackELFFlags and emitMipsHackELFFlags. These will built out with following patches. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195067 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
357 B
ArmAsm
16 lines
357 B
ArmAsm
; XFAIL: *
|
|
|
|
// RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux %s -o -| llvm-readobj -t | FileCheck %s
|
|
|
|
.text
|
|
.globl main
|
|
.align 2
|
|
.type main,@function
|
|
.set nomips16 # @main
|
|
.ent main
|
|
.mips_hack_stocg main, 128
|
|
main:
|
|
|
|
// CHECK: Name: main
|
|
// CHECK: Other: 128
|