Skip to content

Commit 0f40efd

Browse files
committed
Fix test for some builds
Somehow, on some of my builds, `llvm::` prefixes are dropped from some symbol names in the printed past list.
1 parent 4c4669a commit 0f40efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Other/new-pm-thinlto-postlink-defaults.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
; CHECK-O-NEXT: Running analysis: GlobalsAA
7878
; CHECK-O-NEXT: Running analysis: CallGraphAnalysis
7979
; CHECK-O-NEXT: Running pass: InvalidateAnalysisPass<{{.*}}AAManager
80-
; CHECK-O-NEXT: Running pass: RequireAnalysisPass<llvm::ProfileSummaryAnalysis, llvm::Module>
80+
; CHECK-O-NEXT: Running pass: RequireAnalysisPass<{{.*}}ProfileSummaryAnalysis, {{.*}}Module>
8181
; CHECK-O-NEXT: Running analysis: InnerAnalysisManagerProxy
8282
; CHECK-O-NEXT: Running analysis: LazyCallGraphAnalysis
8383
; CHECK-O-NEXT: Running analysis: TargetLibraryAnalysis

0 commit comments

Comments
 (0)