forked from OSchip/llvm-project
9 lines
247 B
ArmAsm
9 lines
247 B
ArmAsm
|
# RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
|
||
|
|
||
|
# This *MUST* match the output of gas compiled with the same triple.
|
||
|
# CHECK: Flags [ (0x54001000)
|
||
|
|
||
|
.set mips16
|
||
|
f:
|
||
|
nop
|