blob: deac3d48da5314d709973ac5169d04b8b8789d65 (
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 [ (0x54001000)
.set mips16
f:
nop
|