summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2016-10-31 11:40:14 +0000
committerManuel Klimek <klimek@google.com>2016-10-31 11:40:14 +0000
commit7c41f20a04e3223119f5ad33e1f80076fa956c3d (patch)
treeeda0d347c6215a31f341c378adbe69f74988edb6
parentbab67d2af4e7a07e5ffbc1bfa7eeebc9ba852e6f (diff)
downloadbcm5719-llvm-7c41f20a04e3223119f5ad33e1f80076fa956c3d.tar.gz
bcm5719-llvm-7c41f20a04e3223119f5ad33e1f80076fa956c3d.zip
Add triple to test so it does not fail on windows.
llvm-svn: 285560
-rw-r--r--llvm/test/CodeGen/X86/pr30813.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr30813.ll b/llvm/test/CodeGen/X86/pr30813.ll
index 975ba279814..b830f1e04b7 100644
--- a/llvm/test/CodeGen/X86/pr30813.ll
+++ b/llvm/test/CodeGen/X86/pr30813.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-linux-gnu -O0 %s -o - | FileCheck %s
; CHECK: patatino:
; CHECK: .cfi_startproc
; CHECK: movzwl (%rax), %ecx
OpenPOWER on IntegriCloud