mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Update the test to make windows bot pass.
llvm-svn: 309482
This commit is contained in:
parent
b87953a433
commit
546805b537
@ -6,9 +6,9 @@
|
||||
;
|
||||
; GEN: Running pass: PGOInstrumentationGen
|
||||
; USE: Running pass: PGOInstrumentationUse
|
||||
; SAMPLE_USE: Running pass: ModuleToFunctionPassAdaptor<llvm::AddDiscriminatorsPass>
|
||||
; SAMPLE_USE: Running pass: ModuleToFunctionPassAdaptor<{{.*}}AddDiscriminatorsPass{{.*}}>
|
||||
; SAMPLE_USE: Running pass: SampleProfileLoaderPass
|
||||
; SAMPLE_GEN: Running pass: ModuleToFunctionPassAdaptor<llvm::AddDiscriminatorsPass>
|
||||
; SAMPLE_GEN: Running pass: ModuleToFunctionPassAdaptor<{{.*}}AddDiscriminatorsPass{{.*}}>
|
||||
|
||||
define void @foo() {
|
||||
ret void
|
||||
|
@ -51,7 +51,7 @@
|
||||
; CHECK-O-NEXT: Running pass: PassManager<{{.*}}Module{{.*}}>
|
||||
; CHECK-O-NEXT: Starting llvm::Module pass manager run.
|
||||
; CHECK-O-NEXT: Running pass: ForceFunctionAttrsPass
|
||||
; CHECK-DIS-NEXT: Running pass: ModuleToFunctionPassAdaptor<llvm::AddDiscriminatorsPass>
|
||||
; CHECK-DIS-NEXT: Running pass: ModuleToFunctionPassAdaptor<{{.*}}AddDiscriminatorsPass{{.*}}>
|
||||
; CHECK-DIS-NEXT: Running analysis: InnerAnalysisManagerProxy
|
||||
; CHECK-POSTLINK-O-NEXT: Running pass: PGOIndirectCallPromotion
|
||||
; CHECK-POSTLINK-O-NEXT: Running analysis: InnerAnalysisManagerProxy<{{.*}}Function
|
||||
|
Loading…
Reference in New Issue
Block a user