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:
10ec44d
)
Fix test case in r211605/r211533
author
Weiming Zhao
<weimingz@codeaurora.org>
Tue, 24 Jun 2014 17:05:43 +0000
(17:05 +0000)
committer
Weiming Zhao
<weimingz@codeaurora.org>
Tue, 24 Jun 2014 17:05:43 +0000
(17:05 +0000)
The test case in
"Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64" should
only work with Linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211613
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/AArch64/ldr-pseudo.s
patch
|
blob
|
history
diff --git
a/test/MC/AArch64/ldr-pseudo.s
b/test/MC/AArch64/ldr-pseudo.s
index 5f5bc5b3f57877344c5ae22a85ae713bb4ac77a4..6c82fb96b85631935fffdae29a2f64c6645fe1b1 100644
(file)
--- a/
test/MC/AArch64/ldr-pseudo.s
+++ b/
test/MC/AArch64/ldr-pseudo.s
@@
-1,4
+1,4
@@
-//RUN: llvm-mc
-arch aarch64
%s | FileCheck %s
+//RUN: llvm-mc
-triple=aarch64-linux-gnu
%s | FileCheck %s
//
// Check that large constants are converted to ldr from constant pool