summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2020-01-13 10:48:12 -0800
committerTeresa Johnson <tejohnson@google.com>2020-01-13 10:49:40 -0800
commitcb988a858abbaf1a1ae0fe03f2a1dae692131ea9 (patch)
treeda1b9aebb90e8afbbe24bb8505635a08e9246910 /clang
parent64a93afc3c630c39e5c583e4f67aef5821d635b6 (diff)
downloadbcm5719-llvm-cb988a858abbaf1a1ae0fe03f2a1dae692131ea9.tar.gz
bcm5719-llvm-cb988a858abbaf1a1ae0fe03f2a1dae692131ea9.zip
Add a couple of missed wildcards in debug-pass-manager output checking
Along with the previous fix for bot failures from 2af97be8027a0823b88d4b6a07fc5eedb440bc1f, need to add a wildcard in a couple of places where my local output did not print "llvm::" but the bot is.
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGen/thinlto-distributed-newpm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-distributed-newpm.ll b/clang/test/CodeGen/thinlto-distributed-newpm.ll
index 9a83a71b3e0..01e840c4bd2 100644
--- a/clang/test/CodeGen/thinlto-distributed-newpm.ll
+++ b/clang/test/CodeGen/thinlto-distributed-newpm.ll
@@ -74,7 +74,7 @@
; CHECK-O: Running analysis: GlobalsAA
; CHECK-O: Running analysis: CallGraphAnalysis
; CHECK-O: Running pass: RequireAnalysisPass<{{.*}}ProfileSummaryAnalysis
-; CHECK-O: Running pass: ModuleToPostOrderCGSCCPassAdaptor<{{.*}}DevirtSCCRepeatedPass<{{.*}}PassManager<LazyCallGraph::SCC
+; CHECK-O: Running pass: ModuleToPostOrderCGSCCPassAdaptor<{{.*}}DevirtSCCRepeatedPass<{{.*}}PassManager<{{.*}}LazyCallGraph::SCC
; CHECK-O: Running analysis: InnerAnalysisManagerProxy
; CHECK-O: Running analysis: LazyCallGraphAnalysis
; CHECK-O: Running analysis: FunctionAnalysisManagerCGSCCProxy on (main)
OpenPOWER on IntegriCloud