Current batch of -disable-debug-info-verifier.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 25 Jul 2013 17:16:05 +0000 (17:16 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 25 Jul 2013 17:16:05 +0000 (17:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187130 91177308-0d34-0410-b5e6-96231b3b80d8

15 files changed:
test/CodeGen/ARM/2010-08-04-StackVariable.ll
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/debug-info-blocks.ll
test/CodeGen/X86/2010-05-28-Crash.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/dbg-byval-parameter.ll
test/DebugInfo/X86/2010-04-13-PubType.ll
test/DebugInfo/X86/dbg-value-range.ll
test/DebugInfo/inlined-vars.ll
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/ScalarRepl/debuginfo-preserved.ll

index 162835b8094d02838c6525b0ba4a23010269b9e7..64b02c86210f88ebf68b9f5c72145bc7a96e9f35 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -mtriple=arm-apple-darwin < %s | grep DW_OP_breg
+; RUN: llc -disable-debug-info-verifier -O0 -mtriple=arm-apple-darwin < %s | grep DW_OP_breg
 ; Use DW_OP_breg in variable's location expression if the variable is in a stack slot.
 
 %struct.SVal = type { i8*, i32 }
index 98c0af35ef9a5e38f8f0a7204b390be31075d22b..ee9145014f569f706596b7cda30d3205de244f8e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s | FileCheck %s
+; RUN: llc -disable-debug-info-verifier < %s | FileCheck %s
 
 target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:32:64-v128:32:128-a0:0:32-n32"
 target triple = "thumbv7-apple-darwin10"
index 7a7ca8e0d8d9dacdb296a1ec85ab376401aee279..10055c0efe74a34781cc18330200bf08b4bfe810 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s | FileCheck %s
+; RUN: llc -disable-debug-info-verifier < %s | FileCheck %s
 
 ; Check debug info output for merged global.
 ; DW_AT_location
index 707918711725deeaca339f48f068e21c8c8e2635..58e175305bce163389037e54c4585bf1cea6ab71 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -O0 < %s | FileCheck %s
+; RUN: llc -O0 -disable-debug-info-verifier < %s | FileCheck %s
 ; CHECK: @DEBUG_VALUE: mydata <- [SP+{{[0-9]+}}]
 ; Radar 9331779
 target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:32:64-v128:32:128-a0:0:32-n32"
index 7eacd28d7891f9e95b03c09d71e224a1a0da0d47..af138526396e8ae2c4f54c8427fc57eef0035e0b 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc  -mtriple=x86_64-apple-darwin < %s | FileCheck %s
-; RUN: llc  -mtriple=x86_64-apple-darwin -regalloc=basic < %s | FileCheck %s
+; RUN: llc -disable-debug-info-verifier -mtriple=x86_64-apple-darwin < %s | FileCheck %s
+; RUN: llc -disable-debug-info-verifier -mtriple=x86_64-apple-darwin -regalloc=basic < %s | FileCheck %s
 ; Test to check separate label for inlined function argument.
 
 define i32 @foo(i32 %y) nounwind optsize ssp {
index 14fb3e493231ca466be6880d00499f9f74133fca..6c335b19bbf952fcb2c1d25063761517aca4e668 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s | FileCheck %s
-; RUN: llc < %s -regalloc=basic | FileCheck %s
+; RUN: llc -disable-debug-info-verifier < %s | FileCheck %s
+; RUN: llc -disable-debug-info-verifier < %s -regalloc=basic | 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-darwin10.0.0"
 
index 719a526cc892e847e92abe2a11f928a8b3534c23..525962177ad246f0cb43901a392c40ff32de67cd 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc  -march=x86 -asm-verbose < %s | grep DW_TAG_formal_parameter
+; RUN: llc -disable-debug-info-verifier -march=x86 -asm-verbose < %s | grep DW_TAG_formal_parameter
 
 
 %struct.Pt = type { double, double }
index 5bebeaaaf4ce5ff5d85839eada1c17cbe05eff3d..64663c64e2010cd936266c4ab7c764c852e9f02d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -asm-verbose -mtriple=x86_64-macosx < %s | FileCheck %s
+; RUN: llc -disable-debug-info-verifier -O0 -asm-verbose -mtriple=x86_64-macosx < %s | FileCheck %s
 ; CHECK-NOT: .asciz "X" ## External Name
 ; CHECK: .asciz "Y" ## External Name
 ; Test to check type with no definition is listed in pubtypes section.
index 00886bfe53372ed82ab514254ae9cad4ca9a37bc..80c0f9ba559ef9c025c02cff079183af31c86fbf 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 }
 
index 841daaa7f0675082a52ace94828a753a8b68af28..ae7a6a4690274f4bac2950a25b45f428b434814d 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc -O0 < %s | FileCheck %s -check-prefix ARGUMENT
-; RUN: llc -O0 < %s | FileCheck %s -check-prefix VARIABLE
+; RUN: llc -disable-debug-info-verifier -O0 < %s | FileCheck %s -check-prefix ARGUMENT
+; RUN: llc -disable-debug-info-verifier -O0 < %s | FileCheck %s -check-prefix VARIABLE
 ; PR 13202
 
 define i32 @main() uwtable {
index ec51caeb5868713d5cf877251ef9244722d17e25..c967ae7165dcb34316f22b735ee5241fef4f26f0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -asan -asan-module -S | FileCheck %s
+; RUN: opt -disable-debug-info-verifier < %s -asan -asan-module -S | FileCheck %s
 
 ; Checks that llvm.dbg.declare instructions are updated 
 ; accordingly as we merge allocas.
index d53c19c8ef587c3012f04b4256945e9bc4a68872..9b634ac376c255f111fa61f6244ba63af7fa9e10 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -deadargelim -S < %s | FileCheck %s
+; RUN: opt -disable-debug-info-verifier -deadargelim -S < %s | FileCheck %s
 ; PR14016
 
 ; Check that debug info metadata for subprograms stores pointers to
index 368426bfa05e2e1873301d7f7173b6e53551bc71..36f580f7da82035f99ffd3e131fd9d33ea577b46 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | FileCheck %s
+; RUN: opt -disable-debug-info-verifier < %s -instcombine -S | FileCheck %s
 
 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
 
index c0eaaa40154b5f2f6dcc2b454421f96a5bb4c5f4..b0b6d05cee80ca0b01787bdcd82a9e3355910cdb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -mem2reg -S | FileCheck %s
+; RUN: opt -disable-debug-info-verifier < %s -mem2reg -S | FileCheck %s
 
 define double @testfunc(i32 %i, double %j) nounwind ssp {
 entry:
index 7d3bcea8b8572cde7b6f712ea00689878f056425..79f1bdff3c1e61823482a270937c7fb8e1f7c8be 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt < %s -scalarrepl -S | FileCheck %s
-; RUN: opt < %s -scalarrepl-ssa -S | FileCheck %s
+; RUN: opt -disable-debug-info-verifier < %s -scalarrepl -S | FileCheck %s
+; RUN: opt -disable-debug-info-verifier < %s -scalarrepl-ssa -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.0"