================
@@ -2604,6 +2604,15 @@ void CoverageMappingModuleGen::emit() {
};
auto CovDataHeaderTy =
llvm::StructType::get(Ctx, ArrayRef(CovDataHeaderTypes));
+
+ // By default, clang instruments the code for "statement" and "branch"
----------------
RenjiSann wrote:
(Sorry for the delay, I overlooked your answer)
I see "region" is more generic and can fit several purposes, I'll update the
code :+1:
https://github.com/llvm/llvm-project/pull/158059
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits