mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-24 22:32:47 +00: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 : ^
|