Skip to content

Commit cb988a8

Browse files
committed
Add a couple of missed wildcards in debug-pass-manager output checking
Along with the previous fix for bot failures from 2af97be, need to add a wildcard in a couple of places where my local output did not print "llvm::" but the bot is.
1 parent 64a93af commit cb988a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/CodeGen/thinlto-distributed-newpm.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
; CHECK-O: Running analysis: GlobalsAA
7575
; CHECK-O: Running analysis: CallGraphAnalysis
7676
; CHECK-O: Running pass: RequireAnalysisPass<{{.*}}ProfileSummaryAnalysis
77-
; CHECK-O: Running pass: ModuleToPostOrderCGSCCPassAdaptor<{{.*}}DevirtSCCRepeatedPass<{{.*}}PassManager<LazyCallGraph::SCC
77+
; CHECK-O: Running pass: ModuleToPostOrderCGSCCPassAdaptor<{{.*}}DevirtSCCRepeatedPass<{{.*}}PassManager<{{.*}}LazyCallGraph::SCC
7878
; CHECK-O: Running analysis: InnerAnalysisManagerProxy
7979
; CHECK-O: Running analysis: LazyCallGraphAnalysis
8080
; CHECK-O: Running analysis: FunctionAnalysisManagerCGSCCProxy on (main)

llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
; CHECK-O-NEXT: Running analysis: OuterAnalysisManagerProxy
6666
; CHECK-O-NEXT: Running pass: SimplifyCFGPass
6767
; CHECK-O-NEXT: Finished {{.*}}Function pass manager run.
68-
; CHECK-O123-NEXT: Running pass: ModuleToPostOrderCGSCCPassAdaptor<{{.*}}PassManager<LazyCallGraph::SCC
68+
; CHECK-O123-NEXT: Running pass: ModuleToPostOrderCGSCCPassAdaptor<{{.*}}PassManager<{{.*}}LazyCallGraph::SCC
6969
; CHECK-O123-NEXT: Running analysis: InnerAnalysisManagerProxy
7070
; CHECK-O123-NEXT: Running analysis: LazyCallGraphAnalysis
7171
; CHECK-O123-NEXT: Running analysis: FunctionAnalysisManagerCGSCCProxy on (foo)

0 commit comments

Comments
 (0)