[llvm-commits] [llvm] r111109 - in /llvm/trunk/test/CodeGen/X86: 2010-01-18-DbgValue.ll 2010-05-25-DotDebugLoc.ll

Benjamin Kramer benny.kra at googlemail.com
Sun Aug 15 13:42:56 PDT 2010


Author: d0k
Date: Sun Aug 15 15:42:56 2010
New Revision: 111109

URL: http://llvm.org/viewvc/llvm-project?rev=111109&view=rev
Log:
Restore arch on these test, they fail on arm.

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

Modified: llvm/trunk/test/CodeGen/X86/2010-01-18-DbgValue.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-01-18-DbgValue.ll?rev=111109&r1=111108&r2=111109&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-01-18-DbgValue.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-01-18-DbgValue.ll Sun Aug 15 15:42:56 2010
@@ -1,4 +1,4 @@
-; RUN: llc -O0 < %s | FileCheck %s
+; RUN: llc -march=x86 -O0 < %s | FileCheck %s
 ; Currently, dbg.declare generates a DEBUG_VALUE comment.  Eventually it will
 ; generate DWARF and this test will need to be modified or removed.
 

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=111109&r1=111108&r2=111109&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll Sun Aug 15 15:42:56 2010
@@ -1,4 +1,4 @@
-; RUN: llc -O2 < %s | grep debug_loc12
+; RUN: llc -march=x86 -O2 < %s | grep debug_loc12
 ; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
 
 %0 = type { double }





More information about the llvm-commits mailing list