diff options
-rw-r--r-- | compiler-rt/test/profile/instrprof-without-libc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/instrprof-without-libc.c b/compiler-rt/test/profile/instrprof-without-libc.c index 3657af24aaa..ca83d46503b 100644 --- a/compiler-rt/test/profile/instrprof-without-libc.c +++ b/compiler-rt/test/profile/instrprof-without-libc.c @@ -48,7 +48,6 @@ int main(int argc, const char *argv[]) { } // CHECK: !1 = metadata !{metadata !"branch_weights", i32 1, i32 2} -// CHECK-SYMBOLS-NOT: GLOBAL // CHECK-SYMBOLS-NOT: ___cxx_global_var_init // CHECK-SYMBOLS-NOT: ___llvm_profile_register_write_file_atexit // CHECK-SYMBOLS-NOT: ___llvm_profile_set_filename |