diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-23 06:41:51 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-23 06:41:51 +0000 |
| commit | 2e13d10ca33273d7bda369bbef299bd4a1e2a8fd (patch) | |
| tree | be76cdf6bd43ae2a4f0971846e996b6fcd53ced3 /llvm | |
| parent | 64a6e4b1938efcb88aac7780a2b4ae9e57b2d9e3 (diff) | |
| download | bcm5719-llvm-2e13d10ca33273d7bda369bbef299bd4a1e2a8fd.tar.gz bcm5719-llvm-2e13d10ca33273d7bda369bbef299bd4a1e2a8fd.zip | |
llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier, too, since r186902.
llvm-svn: 186930
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/DebugInfo/X86/dbg-value-range.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/dbg-value-range.ll b/llvm/test/DebugInfo/X86/dbg-value-range.ll index 83aa34e8a4b..a06cac7c337 100644 --- a/llvm/test/DebugInfo/X86/dbg-value-range.ll +++ b/llvm/test/DebugInfo/X86/dbg-value-range.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=x86_64-apple-darwin10 < %s | FileCheck %s +; RUN: llc -disable-debug-info-verifier -mtriple=x86_64-apple-darwin10 < %s | FileCheck %s %struct.a = type { i32 } |

