diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-08-15 20:42:56 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-08-15 20:42:56 +0000 |
commit | 4566466b7fea443ad12ab2ff3d1a00255026d3b0 (patch) | |
tree | a065c3fafa43e53c114484ecfcce8a26be7647ea /llvm/test/CodeGen | |
parent | 339423c4601f5337c021219c9057963fe2f45b8f (diff) | |
download | bcm5719-llvm-4566466b7fea443ad12ab2ff3d1a00255026d3b0.tar.gz bcm5719-llvm-4566466b7fea443ad12ab2ff3d1a00255026d3b0.zip |
Restore arch on these test, they fail on arm.
llvm-svn: 111109
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll b/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll index 207a1f7f945..85ee091c347 100644 --- a/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll +++ b/llvm/test/CodeGen/X86/2010-01-18-DbgValue.ll @@ -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. diff --git a/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll index 4c477ee7d05..1becb5f12a5 100644 --- a/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll +++ b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll @@ -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 } |