You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
369 B
12 lines
369 B
# RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - \
|
|
# RUN: | llvm-readobj -h | FileCheck %s
|
|
|
|
# This *MUST* match the output of 'gcc -c' compiled with the same triple.
|
|
# The microMIPS flag is not set if no microMIPS code was emitted.
|
|
# CHECK: Flags [ (0x50001004)
|
|
|
|
nop
|
|
.set micromips
|
|
.set nomicromips
|
|
nop
|