File tree 1 file changed +2
-3
lines changed
tests/codegen/instrument-coverage
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
// ignore-tidy-linelength
3
3
// needs-profiler-support
4
4
// compile-flags: -Cinstrument-coverage -Copt-level=0
5
- // filecheck-flags: '-DDEFINE_INTERNAL=define internal'
6
5
// revisions: LINUX DARWIN WINDOWS
7
6
8
7
// [LINUX] only-linux
@@ -103,9 +102,9 @@ fn main() {
103
102
// CHECK-SAME: @__llvm_prf_nm
104
103
// CHECK-SAME: section "llvm.metadata"
105
104
106
- // CHECK: [[DEFINE_INTERNAL]] { {{.*}} } @_R{{[a-zA-Z0-9_]+}}testprog14will_be_called() unnamed_addr #{{[0-9]+}} {
105
+ // CHECK: define internal { {{.*}} } @_R{{[a-zA-Z0-9_]+}}testprog14will_be_called() unnamed_addr #{{[0-9]+}} {
107
106
// CHECK-NEXT: start:
108
- // CHECK-NOT: [[DEFINE_INTERNAL]]
107
+ // CHECK-NOT: define internal
109
108
// CHECK: atomicrmw add ptr
110
109
// CHECK-SAME: @__profc__R{{[a-zA-Z0-9_]+}}testprog14will_be_called,
111
110
You can’t perform that action at this time.
0 commit comments