Skip to content

Commit d84576c

Browse files
nikicrlavaee
authored andcommitted
[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 1a8df16 commit d84576c

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)