blob: 14bbcad2c1377d8bfdf313e55d52f8ffe2216b6d (
plain)
1
2
3
4
5
6
7
8
|
# 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
|