diff options
author | Teresa Johnson <tejohnson@google.com> | 2020-01-13 10:48:12 -0800 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2020-01-13 10:49:40 -0800 |
commit | cb988a858abbaf1a1ae0fe03f2a1dae692131ea9 (patch) | |
tree | da1b9aebb90e8afbbe24bb8505635a08e9246910 /clang | |
parent | 64a93afc3c630c39e5c583e4f67aef5821d635b6 (diff) | |
download | bcm5719-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.ll | 2 |
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) |