summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-02-14 18:49:03 +0000
committerVedant Kumar <vsk@apple.com>2017-02-14 18:49:03 +0000
commit4b5315f8ac110705ba567ba34e3110f09411e203 (patch)
tree322230492f0baded619d3931d4f16045da7d91b3
parentbb10484662713a297d5424513f63d42bb7b3af79 (diff)
downloadbcm5719-llvm-4b5315f8ac110705ba567ba34e3110f09411e203.tar.gz
bcm5719-llvm-4b5315f8ac110705ba567ba34e3110f09411e203.zip
[profiling] Update test case to deal with name variable change (NFC)
The 'profn' name variables shouldn't show up after we run the instrprof pass, see https://reviews.llvm.org/D29921 for more details. llvm-svn: 295085
-rw-r--r--clang/test/Profile/cxx-virtual-destructor-calls.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/test/Profile/cxx-virtual-destructor-calls.cpp b/clang/test/Profile/cxx-virtual-destructor-calls.cpp
index cc3df68d356..c60fc921e5b 100644
--- a/clang/test/Profile/cxx-virtual-destructor-calls.cpp
+++ b/clang/test/Profile/cxx-virtual-destructor-calls.cpp
@@ -13,15 +13,6 @@ struct B : A {
virtual ~B();
};
-// Base dtor
-// CHECK: @__profn__ZN1BD2Ev = private constant [9 x i8] c"_ZN1BD2Ev"
-
-// Complete dtor must not be instrumented
-// CHECK-NOT: @__profn__ZN1BD1Ev = private constant [9 x i8] c"_ZN1BD1Ev"
-
-// Deleting dtor must not be instrumented
-// CHECK-NOT: @__profn__ZN1BD0Ev = private constant [9 x i8] c"_ZN1BD0Ev"
-
// Base dtor counters and profile data
// CHECK: @__profc__ZN1BD2Ev = private global [1 x i64] zeroinitializer
// CHECK: @__profd__ZN1BD2Ev =
OpenPOWER on IntegriCloud