summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/def-ctors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Profile/def-ctors.cpp')
-rw-r--r--clang/test/Profile/def-ctors.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/clang/test/Profile/def-ctors.cpp b/clang/test/Profile/def-ctors.cpp
index 1b52d559e01..0179bc92dbb 100644
--- a/clang/test/Profile/def-ctors.cpp
+++ b/clang/test/Profile/def-ctors.cpp
@@ -20,11 +20,15 @@ struct Derived : public Base {
// PGOGEN-DAG: {{.*}}add{{.*}}%pgocount, 1
// PGOGEN-DAG: store{{.*}}@__profc__ZN7DerivedC2Ev
- // Check that coverage mapping has 6 function records including
+ // Check that coverage mapping has 5 function records including
// the defaulted Derived::Derived(const Derived), and Derived::Derived()
// methds.
- // COVMAP: @__llvm_coverage_mapping = {{.*}} { { i32, i32, i32, i32 }, [5 x
- // <{{.*}}>],
+ // 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 }
};
Derived dd;
OpenPOWER on IntegriCloud