mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
14 lines
345 B
ArmAsm
14 lines
345 B
ArmAsm
|
// 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
|