llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier, too...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 23 Jul 2013 06:41:51 +0000 (06:41 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 23 Jul 2013 06:41:51 +0000 (06:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186930 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/dbg-value-range.ll

index 83aa34e8a4b79bf0ebd7743407ed42c5a57374ba..a06cac7c337cabe87b49d3be40b24de103dbb04a 100644 (file)
@@ -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 }