next batch of -disable-debug-info-verifier
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 26 Jul 2013 22:31:26 +0000 (22:31 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 26 Jul 2013 22:31:26 +0000 (22:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187260 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2010-08-04-StackVariable.ll
test/CodeGen/X86/dbg-declare-arg.ll
test/DebugInfo/2010-03-24-MemberFn.ll
test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
test/Transforms/LoopRotate/dbgvalue.ll

index d0e68adb66e35ad35ec06ce54afe5d6b96ebf00e..e73cd576f530432dc94405ba62d6395dc92e352d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -mtriple=x86_64-apple-darwin < %s | grep DW_OP_breg7
+; RUN: llc -disable-debug-info-verifier -O0 -mtriple=x86_64-apple-darwin < %s | grep DW_OP_breg7
 ; Use DW_OP_breg7 in variable's location expression if the variable is in a stack slot.
 
 %struct.SVal = type { i8*, i32 }
index 6285a85ecc19245b5aa1e228b8d9d36a307821dc..ff72ce7613d9ca9dec2ded672a28e76011929f74 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -fast-isel=false < %s | FileCheck %s
+; RUN: llc -disable-debug-info-verifier -O0 -fast-isel=false < %s | FileCheck %s
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-apple-macosx10.6.7"
 ;Radar 9321650
index 3239414148c213f24fea3afd7146e69c005234f3..9247c2dc0031db110b2401a80ccc7cfefb8016f1 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -O0 < %s | grep AT_decl_file |  grep 2
+; RUN: llc -disable-debug-info-verifier -O0 < %s | grep AT_decl_file |  grep 2
 ; Here _ZN1S3fooEv is defined in header file identified as AT_decl_file no. 2 in debug info.
 %struct.S = type <{ i8 }>
 
index b7b800d24bb4a6941266187dc5a84acf1599d774..11405b5ff7ef396be379881c8e78efead57bfebb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -O2 %s -o - | FileCheck %s
+; RUN: llc -disable-debug-info-verifier -O2 %s -o - | FileCheck %s
 ; Check struct X for dead variable xyz from inlined function foo.
 
 ; CHECK:       DW_TAG_structure_type
index cda43dd64fa027b958202c962adc8a6bd265b7db..3d9987c3a16204d5f87e9ec06e71f284c5ef2d29 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -S -loop-rotate < %s | FileCheck %s
+; RUN: opt -S -disable-debug-info-verifier -loop-rotate < %s | FileCheck %s
 
 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone