mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
39bfe463a9
These were: * noreorder handling on the target object streamer and asm parser. * setting the initial flag bits based on the enabled features. * setting the elf header flag for micromips It is *really* depressing I am the one doing this instead of someone at mips actually taking the time to understand the infrastructure. llvm-svn: 200138
9 lines
250 B
ArmAsm
9 lines
250 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 [ (0x52001000)
|
|
|
|
.set micromips
|
|
f:
|
|
nop
|