[llvm-commits] [llvm] r132228 - /llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll

Eli Friedman eli.friedman at gmail.com
Fri May 27 16:12:48 PDT 2011


Author: efriedma
Date: Fri May 27 18:12:48 2011
New Revision: 132228

URL: http://llvm.org/viewvc/llvm-project?rev=132228&view=rev
Log:
Force a triple to make this test pass on Darwin.


Modified:
    llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll

Modified: llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll?rev=132228&r1=132227&r2=132228&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll Fri May 27 18:12:48 2011
@@ -1,5 +1,5 @@
-; RUN: llc -march=x86-64 -O2 < %s | FileCheck %s
-; RUN: llc -march=x86-64 -O2 -regalloc=basic < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux -O2 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux -O2 -regalloc=basic < %s | FileCheck %s
 ; Test to check .debug_loc support. This test case emits many debug_loc entries.
 
 ; CHECK: Loc expr size





More information about the llvm-commits mailing list