Skip to content

Commit 102c22c

Browse files
committed
[FatLTO] Disable analysis verification in pipeline test (NFC)
To fix test failure with expensive checks reports at: #146048 (comment)
1 parent 5fa4eb1 commit 102c22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Other/fatlto.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: opt -debug-pass-manager -passes='fatlto-pre-link<O2>' -disable-output %s 2>&1 | FileCheck %s
2-
; RUN: opt -debug-pass-manager -passes='fatlto-pre-link<O2;thinlto>' -disable-output %s 2>&1 | FileCheck %s --check-prefixes=CHECK,THINLTO
1+
; RUN: opt -debug-pass-manager -passes='fatlto-pre-link<O2>' -verify-analysis-invalidation=0 -disable-output %s 2>&1 | FileCheck %s
2+
; RUN: opt -debug-pass-manager -passes='fatlto-pre-link<O2;thinlto>' -verify-analysis-invalidation=0 -disable-output %s 2>&1 | FileCheck %s --check-prefixes=CHECK,THINLTO
33

44
; CHECK: Running pass: EmbedBitcodePass on [module]
55
; THINLTO: Running analysis: ModuleSummaryIndexAnalysis on [module]

0 commit comments

Comments
 (0)