Sign in
llvm
/
llvm-project
/
15d1ee36720ff24323f55452ae3cfb63f318c3f3
/
.
/
llvm
/
test
/
MC
/
Mips
/
mips64r2
/
abi-bad.s
blob: 78748804c429826f5e74014ce245dcd6d0d3d892 [
file
] [
log
] [
blame
]
# RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r2 -target-abi n64 2>&1 | FileCheck %s
.set fp
=
xx
# CHECK: error: '.set fp=xx' requires the O32 ABI
# CHECK: .set fp=xx
# CHECK: ^