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 | 1d81e0eed360d7d451e780a6b60a1c0f5e227b63 (patch) | |
tree | 1acfbb94d9730c69eb39db1dcf73077868adeeb4 /test/CodeGen/X86/2010-05-25-DotDebugLoc.ll | |
parent | a01818c29294842eb853dcd1841e8fc596f08a67 (diff) |
Restore arch on these test, they fail on arm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2010-05-25-DotDebugLoc.ll')
-rw-r--r-- | test/CodeGen/X86/2010-05-25-DotDebugLoc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll b/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll index 4c477ee7d0..1becb5f12a 100644 --- a/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll +++ b/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 } |