Skip to content

Commit 4c63c8a

Browse files
ZequanWuzahiraam
authored andcommitted
Fix test case in 32db121.
1 parent 1f8fb40 commit 4c63c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGen/coverage-profile-raw-version.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %clang_cc1 -debug-info-kind=standalone -fprofile-instrument=clang -fcoverage-mapping -emit-llvm -o - %s | FileCheck %s
22
// RUN: %clang_cc1 -debug-info-kind=standalone -mllvm -debug-info-correlate -fprofile-instrument=clang -fcoverage-mapping -emit-llvm -o - %s | FileCheck %s --check-prefix=DEBUG_INFO
33

4-
// CHECK: @__llvm_profile_raw_version = hidden constant i64 8, comdat
5-
// DEBUG_INFO: @__llvm_profile_raw_version = hidden constant i64 576460752303423496, comdat
4+
// CHECK: @__llvm_profile_raw_version = {{.*}}constant i64 8
5+
// DEBUG_INFO: @__llvm_profile_raw_version = {{.*}}constant i64 576460752303423496
66

77
int main() {
88
return 0;

0 commit comments

Comments
 (0)