8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
6 lines
209 B
ArmAsm
6 lines
209 B
ArmAsm
# RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r5 -target-abi n64 2>&1 | FileCheck %s
|
|
.set fp=xx
|
|
# CHECK: error: '.set fp=xx' requires the O32 ABI
|
|
# CHECK: .set fp=xx
|
|
# CHECK: ^
|