mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-14 04:56:49 +00:00
coverage: Adjust a codegen test to ignore the order of covmap/covfun globals
This commit is contained in:
parent
6a8c016266
commit
9e6b7c17c8
@ -73,11 +73,9 @@ fn main() {
|
||||
|
||||
// WIN: $__llvm_profile_runtime_user = comdat any
|
||||
|
||||
// CHECK: @__llvm_coverage_mapping = private constant
|
||||
// CHECK-SAME: section "[[INSTR_PROF_COVMAP]]", align 8
|
||||
// CHECK-DAG: @__llvm_coverage_mapping = private constant {{.*}}, section "[[INSTR_PROF_COVMAP]]", align 8
|
||||
|
||||
// CHECK: @__covrec_{{[A-F0-9]+}}u = linkonce_odr hidden constant
|
||||
// CHECK-SAME: section "[[INSTR_PROF_COVFUN]]"[[COMDAT_IF_SUPPORTED]], align 8
|
||||
// CHECK-DAG: @__covrec_{{[A-F0-9]+}}u = linkonce_odr hidden constant {{.*}}, section "[[INSTR_PROF_COVFUN]]"[[COMDAT_IF_SUPPORTED]], align 8
|
||||
|
||||
// WIN: @__llvm_profile_runtime = external{{.*}}global i32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user