mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
Fix bot by adjusting wildcard matching
I noticed one bot failure due to 24a00ef2404104e9ca6fbd7eb523a8a340be9d99 because the wildcard matching was not working as intended, fixed it to act similar to other checks of CGSCCToFunctionPassAdaptor.
This commit is contained in:
parent
eb9d6d122a
commit
947a98e6a0
@ -73,7 +73,7 @@
|
||||
; CHECK-O123-NEXT: Running analysis: OuterAnalysisManagerProxy
|
||||
; CHECK-O123-NEXT: Starting CGSCC pass manager run.
|
||||
; CHECK-O123-NEXT: Running pass: InlinerPass on (foo)
|
||||
; CHECK-O123-NEXT: Running pass: CGSCCToFunctionPassAdaptor<{{.*}}PassManager<{{.*}}Function> > on (foo)
|
||||
; CHECK-O123-NEXT: Running pass: CGSCCToFunctionPassAdaptor<{{.*}}PassManager{{.*}}>
|
||||
; CHECK-O123-NEXT: Finished CGSCC pass manager run.
|
||||
; CHECK-O123-NEXT: Running pass: GlobalDCEPass
|
||||
; CHECK-O-NEXT: Running pass: PGOInstrumentationUse
|
||||
|
Loading…
Reference in New Issue
Block a user