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() {
7373
7474// WIN: $__llvm_profile_runtime_user = comdat any
7575
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
7877
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
8179
8280// WIN: @__llvm_profile_runtime = external{{.*}}global i32
8381
You can’t perform that action at this time.
0 commit comments