]> granicus.if.org Git - llvm/commitdiff
Try to address Windows bot failure after r352080
authorVedant Kumar <vsk@apple.com>
Fri, 25 Jan 2019 00:15:16 +0000 (00:15 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 25 Jan 2019 00:15:16 +0000 (00:15 +0000)
See the bot error message reported in https://reviews.llvm.org/D57082.

Avoid trying to match full class names in -debug-pass-manager output,
because they aren't portable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352138 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/opt-hot-cold-split.ll

index 3fe44b44d04d08a2c64597a9bbc6923709abf956..90358bf5567e1913357b528bd42a0d0f0704f64c 100644 (file)
 ; DEFAULT-Os: Combine redundant instructions
 
 ; LTO-PRELINK-Os-LABEL: Starting llvm::Module pass manager run.
-; LTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor<llvm::PromotePass>
+; LTO-PRELINK-Os: Running pass: {{.*}}PromotePass
 ; LTO-PRELINK-Os: Running pass: HotColdSplittingPass
-; LTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor<llvm::PassManager<llvm::Function> >
 
 ; THINLTO-PRELINK-Os-LABEL: Running analysis: PassInstrumentationAnalysis
-; THINLTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor<llvm::PromotePass>
+; THINLTO-PRELINK-Os: Running pass: {{.*}}PromotePass
 ; THINLTO-PRELINK-Os: Running pass: HotColdSplittingPass
-; THINLTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor<llvm::PassManager<llvm::Function> >
 
 ; THINLTO-POSTLINK-Os-NOT: HotColdSplitting