projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee7d86e
)
[mips] Fix FileCheck prefixes with whitespace between 'CHECK' and ':'
author
Daniel Sanders
<daniel.sanders@imgtec.com>
Fri, 6 Feb 2015 16:37:30 +0000
(16:37 +0000)
committer
Daniel Sanders
<daniel.sanders@imgtec.com>
Fri, 6 Feb 2015 16:37:30 +0000
(16:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228403
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/Mips/mips64r2/abi-bad.s
patch
|
blob
|
history
diff --git
a/test/MC/Mips/mips64r2/abi-bad.s
b/test/MC/Mips/mips64r2/abi-bad.s
index 31d13abc909f995cad1464c284ddb13de8fe7183..7070d4572471632d69a19f6b84823c57162ff599 100644
(file)
--- a/
test/MC/Mips/mips64r2/abi-bad.s
+++ b/
test/MC/Mips/mips64r2/abi-bad.s
@@
-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: ^