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:
83a5f9f
)
Pass -mtriple to llc to appease buildbot.
author
Akira Hatanaka
<ahatanaka@apple.com>
Wed, 8 Apr 2015 21:30:48 +0000
(21:30 +0000)
committer
Akira Hatanaka
<ahatanaka@apple.com>
Wed, 8 Apr 2015 21:30:48 +0000
(21:30 +0000)
This fixes the test case I committed in r234430.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234439
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/AArch64/merge-store.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/AArch64/merge-store.ll
b/test/CodeGen/AArch64/merge-store.ll
index 24fb8b0e55c1a61603c3489db159d4a0301a7701..6ed4e1944a13939d5b4df8dfd5aeb754ba69241e 100644
(file)
--- a/
test/CodeGen/AArch64/merge-store.ll
+++ b/
test/CodeGen/AArch64/merge-store.ll
@@
-1,4
+1,4
@@
-; RUN: llc -m
arch=aarch64
%s -o - | FileCheck %s
+; RUN: llc -m
triple=arm64-apple-ios7.0
%s -o - | FileCheck %s
@g0 = external global <3 x float>, align 16
@g1 = external global <3 x float>, align 4