xref: /aosp_15_r20/external/llvm/test/MC/Mips/mips64r5/abi-bad.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r5 -target-abi n64 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker        .set fp=xx
3*9880d681SAndroid Build Coastguard Worker# CHECK: error: '.set fp=xx' requires the O32 ABI
4*9880d681SAndroid Build Coastguard Worker# CHECK: .set fp=xx
5*9880d681SAndroid Build Coastguard Worker# CHECK:          ^
6