File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
tests/codegen/instrument-coverage Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,9 @@ fn main() {
73
73
74
74
// WIN: $__llvm_profile_runtime_user = comdat any
75
75
76
- // CHECK: @__llvm_coverage_mapping = private constant
77
- // CHECK-SAME: section "[[INSTR_PROF_COVMAP]]", align 8
76
+ // CHECK-DAG: @__llvm_coverage_mapping = private constant {{.*}}, section "[[INSTR_PROF_COVMAP]]", align 8
78
77
79
- // CHECK: @__covrec_{{[A-F0-9]+}}u = linkonce_odr hidden constant
80
- // CHECK-SAME: section "[[INSTR_PROF_COVFUN]]"[[COMDAT_IF_SUPPORTED]], align 8
78
+ // CHECK-DAG: @__covrec_{{[A-F0-9]+}}u = linkonce_odr hidden constant {{.*}}, section "[[INSTR_PROF_COVFUN]]"[[COMDAT_IF_SUPPORTED]], align 8
81
79
82
80
// WIN: @__llvm_profile_runtime = external{{.*}}global i32
83
81
You can’t perform that action at this time.
0 commit comments