[llvm] r203844 - Add -mtriple=x86_64-linux to this test case to fix the build bots.5

Kevin Enderby enderby at apple.com
Thu Mar 13 13:31:19 PDT 2014


Author: enderby
Date: Thu Mar 13 15:31:19 2014
New Revision: 203844

URL: http://llvm.org/viewvc/llvm-project?rev=203844&view=rev
Log:
Add -mtriple=x86_64-linux to this test case to fix the build bots.5

The original commit was r203829.

Modified:
    llvm/trunk/test/CodeGen/X86/dbg-changes-codegen.ll

Modified: llvm/trunk/test/CodeGen/X86/dbg-changes-codegen.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dbg-changes-codegen.ll?rev=203844&r1=203843&r2=203844&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/dbg-changes-codegen.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dbg-changes-codegen.ll Thu Mar 13 15:31:19 2014
@@ -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





More information about the llvm-commits mailing list