[llvm] ab6a609 - [test] Fix new-pm-lto-defaults.ll to work on all platforms

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 18:13:58 PDT 2021


Author: Arthur Eubanks
Date: 2021-05-13T18:12:55-07:00
New Revision: ab6a609d961181bbac0d1ea0a830061049990020

URL: https://github.com/llvm/llvm-project/commit/ab6a609d961181bbac0d1ea0a830061049990020
DIFF: https://github.com/llvm/llvm-project/commit/ab6a609d961181bbac0d1ea0a830061049990020.diff

LOG: [test] Fix new-pm-lto-defaults.ll to work on all platforms

https://lab.llvm.org/buildbot/#/builders/119/builds/3775/steps/8/logs/FAIL__LLVM__new-pm-lto-defaults_ll

Followup to D102345.

Added: 
    

Modified: 
    llvm/test/Other/new-pm-lto-defaults.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Other/new-pm-lto-defaults.ll b/llvm/test/Other/new-pm-lto-defaults.ll
index f16faad40ee6f..d1e7fc969b95e 100644
--- a/llvm/test/Other/new-pm-lto-defaults.ll
+++ b/llvm/test/Other/new-pm-lto-defaults.ll
@@ -81,7 +81,7 @@
 ; CHECK-O23SZ-NEXT: Running pass: PostOrderFunctionAttrsPass on (foo)
 ; CHECK-O23SZ-NEXT: Running pass: RequireAnalysisPass<{{.*}}GlobalsAA
 ; CHECK-O23SZ-NEXT: Running analysis: GlobalsAA on [module]
-; CHECK-O23SZ-NEXT: Running pass: InvalidateAnalysisPass<llvm::AAManager> on foo
+; CHECK-O23SZ-NEXT: Running pass: InvalidateAnalysisPass<{{.*}}AAManager
 ; CHECK-O23SZ-NEXT: Invalidating analysis: AAManager on foo
 ; CHECK-O23SZ-NEXT: Running pass: LoopSimplifyPass on foo
 ; CHECK-O23SZ-NEXT: Running analysis: LoopAnalysis on foo


        


More information about the llvm-commits mailing list