Author: vedantk Date: Tue Feb 14 12:49:03 2017 New Revision: 295085 URL: http://llvm.org/viewvc/llvm-project?rev=295085&view=rev Log: [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. Modified: cfe/trunk/test/Profile/cxx-virtual-destructor-calls.cpp Modified: cfe/trunk/test/Profile/cxx-virtual-destructor-calls.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Profile/cxx-virtual-destructor-calls.cpp?rev=295085&r1=295084&r2=295085&view=diff ============================================================================== --- cfe/trunk/test/Profile/cxx-virtual-destructor-calls.cpp (original) +++ cfe/trunk/test/Profile/cxx-virtual-destructor-calls.cpp Tue Feb 14 12:49:03 2017 @@ -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 = _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits