[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:
Nikita Popov
2025-07-01 10:46:14 +02:00
parent 5fa4eb1dfd
commit 102c22cb2c

View File

@@ -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]