summaryrefslogtreecommitdiffstats
path: root/test/CoverageMapping
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-12-11 20:23:12 +0000
committerXinliang David Li <davidxl@google.com>2015-12-11 20:23:12 +0000
commit96e7b7f14b6a91ec581e834bb47d4829d8c7efed (patch)
treea8ac03318b063d21a893da6abaf41f49c72428d1 /test/CoverageMapping
parent7f59732d73e0fdbe12b8e4452ee51ab4f17ed813 (diff)
[PGO] Revert r255366: solution incomplete, not handling lambda yet
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CoverageMapping')
-rw-r--r--test/CoverageMapping/unused_names.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CoverageMapping/unused_names.c b/test/CoverageMapping/unused_names.c
index 79ea7715a5..d229492eca 100644
--- a/test/CoverageMapping/unused_names.c
+++ b/test/CoverageMapping/unused_names.c
@@ -6,7 +6,7 @@
// CHECK-DAG: @__llvm_profile_name_bar = {{.*}} [3 x i8] c"bar", section "{{.*}}__llvm_prf_names"
// CHECK-DAG: @__llvm_profile_name_baz = {{.*}} [3 x i8] c"baz", section "{{.*}}__llvm_prf_names"
-// CHECK-DAG: @__llvm_profile_name_unused_names.c__qux = {{.*}} [19 x i8] c"unused_names.c__qux", section "{{.*}}__llvm_prf_names"
+// CHECK-DAG: @"__llvm_profile_name_unused_names.c:qux" = {{.*}} [18 x i8] c"unused_names.c:qux", section "{{.*}}__llvm_prf_names"
// SYSHEADER-NOT: @__llvm_profile_name_foo =