[FatLTO] Disable analysis verification in pipeline test (NFC)
To fix test failure with expensive checks reports at: https://github.com/llvm/llvm-project/pull/146048#issuecomment-3022421122
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
; RUN: opt -debug-pass-manager -passes='fatlto-pre-link<O2>' -disable-output %s 2>&1 | FileCheck %s
|
||||
; RUN: opt -debug-pass-manager -passes='fatlto-pre-link<O2;thinlto>' -disable-output %s 2>&1 | FileCheck %s --check-prefixes=CHECK,THINLTO
|
||||
; RUN: opt -debug-pass-manager -passes='fatlto-pre-link<O2>' -verify-analysis-invalidation=0 -disable-output %s 2>&1 | FileCheck %s
|
||||
; 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
|
||||
|
||||
; CHECK: Running pass: EmbedBitcodePass on [module]
|
||||
; THINLTO: Running analysis: ModuleSummaryIndexAnalysis on [module]
|
||||
|
||||
Reference in New Issue
Block a user