We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8fb40 commit 4c63c8aCopy full SHA for 4c63c8a
clang/test/CodeGen/coverage-profile-raw-version.c
@@ -1,8 +1,8 @@
1
// RUN: %clang_cc1 -debug-info-kind=standalone -fprofile-instrument=clang -fcoverage-mapping -emit-llvm -o - %s | FileCheck %s
2
// 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
3
4
-// CHECK: @__llvm_profile_raw_version = hidden constant i64 8, comdat
5
-// DEBUG_INFO: @__llvm_profile_raw_version = hidden constant i64 576460752303423496, comdat
+// CHECK: @__llvm_profile_raw_version = {{.*}}constant i64 8
+// DEBUG_INFO: @__llvm_profile_raw_version = {{.*}}constant i64 576460752303423496
6
7
int main() {
8
return 0;
0 commit comments