mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
10 lines
229 B
ArmAsm
10 lines
229 B
ArmAsm
|
# RUN: not llvm-mc %s -triple mips-unknown-unknown -mcpu=mips64r2 2>&1 | FileCheck %s
|
||
|
# CHECK: .text
|
||
|
|
||
|
|
||
|
|
||
|
.set fp=xx
|
||
|
# CHECK : error: 'set fp=xx'option requires O32 ABI
|
||
|
# CHECK : .set fp=xx
|
||
|
# CHECK : ^
|