forked from OSchip/llvm-project
[test] More tests to target specific directories after CodeGenPrepare requires TargetPassConfig (D73754)
This commit is contained in:
parent
547a94ffa1
commit
bf70494b94
|
@ -1,3 +1,4 @@
|
|||
; REQUIRES: x86-registered-target
|
||||
; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/inline.prof -codegenprepare -S | FileCheck %s
|
||||
; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/inline.prof -codegenprepare -profile-sample-accurate -S | FileCheck %s --check-prefix ACCURATE
|
||||
|
||||
|
|
Loading…
Reference in New Issue