summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-07-14 03:07:06 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-07-14 03:07:06 +0000
commit326c2c4cffdb7b56f0d66ecebb4a51bd7e569c72 (patch)
tree707cfbdda625cce1cfcd21d5ae89675a5939b78a
parenta50387f1b3a226d5e0b587d5eec876eafc220914 (diff)
downloadbcm5719-llvm-326c2c4cffdb7b56f0d66ecebb4a51bd7e569c72.tar.gz
bcm5719-llvm-326c2c4cffdb7b56f0d66ecebb4a51bd7e569c72.zip
Give an explicit triple to llvm/test/CodeGen/X86/pr13577.ll.
llvm-svn: 242111
-rw-r--r--llvm/test/CodeGen/X86/pr13577.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr13577.ll b/llvm/test/CodeGen/X86/pr13577.ll
index 090c7262d6e..a6b721a7a6f 100644
--- a/llvm/test/CodeGen/X86/pr13577.ll
+++ b/llvm/test/CodeGen/X86/pr13577.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-darwin | FileCheck %s
; CHECK-LABEL: LCPI0_0:
; CHECK-NEXT: .long 4286578688
OpenPOWER on IntegriCloud