mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
f3dd261ec8
llvm-svn: 212519
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 : ^
|