summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dbg-changes-codegen.ll
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-03-13 20:31:19 +0000
committerKevin Enderby <enderby@apple.com>2014-03-13 20:31:19 +0000
commitc5888b8d1be53aaf4d430928361da0a6bc1587bc (patch)
treebd12035fcc77aed12f8c223e9731b1c7c9302ac8 /test/CodeGen/X86/dbg-changes-codegen.ll
parentb60d2ba5c499041e39b2f37c4c0cf11f3824c15f (diff)
downloadllvm-c5888b8d1be53aaf4d430928361da0a6bc1587bc.tar.gz
llvm-c5888b8d1be53aaf4d430928361da0a6bc1587bc.tar.bz2
llvm-c5888b8d1be53aaf4d430928361da0a6bc1587bc.tar.xz
Add -mtriple=x86_64-linux to this test case to fix the build bots.5
The original commit was r203829. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203844 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/dbg-changes-codegen.ll')
-rw-r--r--test/CodeGen/X86/dbg-changes-codegen.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dbg-changes-codegen.ll b/test/CodeGen/X86/dbg-changes-codegen.ll
index 7cf94ee0f1..0b17c45540 100644
--- a/test/CodeGen/X86/dbg-changes-codegen.ll
+++ b/test/CodeGen/X86/dbg-changes-codegen.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux | FileCheck %s
; The Peephole optimizer should fold the load into the cmp even with debug info.
; CHECK-LABEL: _ZN3Foo3batEv