mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 15:39:06 +00:00
add -disable-debug-info-verifier to 3 test to fix tests with pipefail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187064 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
94ce6dadd1
commit
094597171a
@ -1,4 +1,4 @@
|
||||
; RUN: opt -S -deadargelim < %s | FileCheck %s
|
||||
; RUN: opt -S -deadargelim -disable-debug-info-verifier < %s | FileCheck %s
|
||||
|
||||
@.str = private constant [1 x i8] zeroinitializer, align 1 ; <[1 x i8]*> [#uses=1]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: opt -loop-idiom < %s -S | FileCheck %s
|
||||
; RUN: opt -loop-idiom -disable-debug-info-verifier < %s -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-darwin10.0.0"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: opt -simplifycfg -S < %s | FileCheck %s
|
||||
; RUN: opt -simplifycfg -S -disable-debug-info-verifier < %s | FileCheck %s
|
||||
|
||||
define i32 @foo(i32 %i) nounwind ssp {
|
||||
call void @llvm.dbg.value(metadata !{i32 %i}, i64 0, metadata !6), !dbg !7
|
||||
|
Loading…
Reference in New Issue
Block a user