Skip to content

Commit 3a7d608

Browse files
committed
[FatLTO] Relax checks for fatlto pipeline test
EmbedBitcodePass now reports that it modified the IR, so there are more analysis invalidations in between. Convert CHECK-NEXT to CHECK.
1 parent 5186d4a commit 3a7d608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Other/fatlto.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
; CHECK: Running pass: EmbedBitcodePass on [module]
55
; THINLTO: Running analysis: ModuleSummaryIndexAnalysis on [module]
6-
; CHECK-NEXT: Running pass: FatLtoCleanup on [module]
6+
; CHECK: Running pass: FatLtoCleanup on [module]
77
; CHECK-NEXT: Running pass: LowerTypeTestsPass on [module]

0 commit comments

Comments
 (0)