mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-09 12:04:02 +00:00
[mips] Fix FileCheck prefixes with whitespace between 'CHECK' and ':'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228403 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee7d86e3ae
commit
1e022d0859
@ -1,9 +1,5 @@
|
||||
# RUN: not llvm-mc %s -triple mips-unknown-unknown -mcpu=mips64r2 2>&1 | FileCheck %s
|
||||
# CHECK: .text
|
||||
|
||||
|
||||
|
||||
# RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r2 2>&1 | FileCheck %s
|
||||
.set fp=xx
|
||||
# CHECK : error: 'set fp=xx'option requires O32 ABI
|
||||
# CHECK : .set fp=xx
|
||||
# CHECK : ^
|
||||
# CHECK: error: '.set fp=xx' requires the O32 ABI
|
||||
# CHECK: .set fp=xx
|
||||
# CHECK: ^
|
||||
|
Loading…
x
Reference in New Issue
Block a user