forked from OSchip/llvm-project
[Passes] Use regex to match GlobalsAA line in test.
On some platforms/compiler combinations, it appears the output is slightly different. Update the test to use a regex, as is done at other places in the new-pm-*default.ll tests to address buildbot failures.
This commit is contained in:
parent
860b37526a
commit
ffc157ea82
|
@ -79,7 +79,7 @@
|
|||
; CHECK-O23SZ-NEXT: Running pass: SROA on foo
|
||||
; CHECK-O23SZ-NEXT: Running pass: TailCallElimPass on foo
|
||||
; CHECK-O23SZ-NEXT: Running pass: PostOrderFunctionAttrsPass on (foo)
|
||||
; CHECK-O23SZ-NEXT: Running pass: RequireAnalysisPass<llvm::GlobalsAA, llvm::Module> on [module]
|
||||
; 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: Invalidating analysis: AAManager on foo
|
||||
|
|
Loading…
Reference in New Issue