summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/def-dtors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Profile/def-dtors.cpp')
-rw-r--r--clang/test/Profile/def-dtors.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/clang/test/Profile/def-dtors.cpp b/clang/test/Profile/def-dtors.cpp
index dc87508fe7c..bfa535634d1 100644
--- a/clang/test/Profile/def-dtors.cpp
+++ b/clang/test/Profile/def-dtors.cpp
@@ -16,14 +16,10 @@ struct Derived : public Base {
// PGOGEN: {{.*}}add{{.*}}%pgocount, 1
// PGOGEN: store{{.*}}@__profc__ZN7DerivedD2Ev
- // Check that coverage mapping has 5 function records including
+ // Check that coverage mapping has 6 function records including
// the default destructor in the derived class.
- // COVMAP: section "__llvm_covfun", comdat
- // COVMAP: section "__llvm_covfun", comdat
- // COVMAP: section "__llvm_covfun", comdat
- // COVMAP: section "__llvm_covfun", comdat
- // COVMAP: section "__llvm_covfun", comdat
- // COVMAP: @__llvm_coverage_mapping = {{.*}} { { i32, i32, i32, i32 }
+ // COVMAP: @__llvm_coverage_mapping = {{.*}} { { i32, i32, i32, i32 }, [5 x
+ // <{{.*}}>],
};
int main() {
OpenPOWER on IntegriCloud