File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
tests/codegen/instrument-coverage Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11//@ edition: 2021
22//@ needs-profiler-support
33//@ compile-flags: -Cinstrument-coverage -Copt-level=0
4- //@ filecheck-flags: '-DDEFINE_INTERNAL=define internal'
54//@ revisions: LINUX DARWIN WINDOWS
65
76//@ [LINUX] only-linux
@@ -104,9 +103,9 @@ fn main() {
104103// CHECK-SAME: @__llvm_prf_nm
105104// CHECK-SAME: section "llvm.metadata"
106105
107- // CHECK: [[DEFINE_INTERNAL]] { {{.*}} } @_R{{[a-zA-Z0-9_]+}}testprog14will_be_called() unnamed_addr #{{[0-9]+}} {
106+ // CHECK: define internal { {{.*}} } @_R{{[a-zA-Z0-9_]+}}testprog14will_be_called() unnamed_addr #{{[0-9]+}} {
108107// CHECK-NEXT: start:
109- // CHECK-NOT: [[DEFINE_INTERNAL]]
108+ // CHECK-NOT: define internal
110109// CHECK: atomicrmw add ptr
111110// CHECK-SAME: @__profc__R{{[a-zA-Z0-9_]+}}testprog14will_be_called,
112111
You can’t perform that action at this time.
0 commit comments