Relax test expectation for @__llvm_profile_runtime_user
After https://github.com/llvm/llvm-project/pull/174174 it has profile info marking it cold.
This commit is contained in:
parent
561364e4d5
commit
6ca950136d
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ fn main() {
|
|||
|
||||
// CHECK: declare void @llvm.instrprof.increment(ptr, i64, i32, i32) #[[LLVM_INSTRPROF_INCREMENT_ATTR:[0-9]+]]
|
||||
|
||||
// WIN: define linkonce_odr hidden i32 @__llvm_profile_runtime_user() #[[LLVM_PROFILE_RUNTIME_USER_ATTR:[0-9]+]] comdat {
|
||||
// WIN: define linkonce_odr hidden i32 @__llvm_profile_runtime_user() #[[LLVM_PROFILE_RUNTIME_USER_ATTR:[0-9]+]] comdat {{.*}}{
|
||||
// WIN-NEXT: %1 = load i32, ptr @__llvm_profile_runtime
|
||||
// WIN-NEXT: ret i32 %1
|
||||
// WIN-NEXT: }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue