From de0f5855d5c270d716c7854d597626db2df33b84 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Fri, 25 Jan 2019 00:15:16 +0000 Subject: [PATCH] Try to address Windows bot failure after r352080 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/Other/opt-hot-cold-split.ll b/test/Other/opt-hot-cold-split.ll index 3fe44b44d04..90358bf5567 100644 --- a/test/Other/opt-hot-cold-split.ll +++ b/test/Other/opt-hot-cold-split.ll @@ -12,13 +12,11 @@ ; DEFAULT-Os: Combine redundant instructions ; LTO-PRELINK-Os-LABEL: Starting llvm::Module pass manager run. -; LTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor +; LTO-PRELINK-Os: Running pass: {{.*}}PromotePass ; LTO-PRELINK-Os: Running pass: HotColdSplittingPass -; LTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor > ; THINLTO-PRELINK-Os-LABEL: Running analysis: PassInstrumentationAnalysis -; THINLTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor +; THINLTO-PRELINK-Os: Running pass: {{.*}}PromotePass ; THINLTO-PRELINK-Os: Running pass: HotColdSplittingPass -; THINLTO-PRELINK-Os: Running pass: ModuleToFunctionPassAdaptor > ; THINLTO-POSTLINK-Os-NOT: HotColdSplitting -- 2.50.1