Restore arch on these test, they fail on arm.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 15 Aug 2010 20:42:56 +0000 (20:42 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 15 Aug 2010 20:42:56 +0000 (20:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111109 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2010-01-18-DbgValue.ll
test/CodeGen/X86/2010-05-25-DotDebugLoc.ll

index 207a1f7f9455c80a60914f66785113cb599cd799..85ee091c34789e4fdb3db3b64e230b13ac58f8c3 100644 (file)
@@ -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.
 
index 4c477ee7d055f024a4ffe5c1ab21ae8e59afa15d..1becb5f12a5fbe61db6f212e68d38e78a20694be 100644 (file)
@@ -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 }