[clang] [clang][coverage] Add opt-in call continuation counters for coverage (PR #201079)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 15 09:11:37 PDT 2026
================
@@ -0,0 +1,32 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fprofile-instrument=clang -fcoverage-mapping -fcoverage-call-continuations -dump-coverage-mapping -emit-llvm -o - %s | FileCheck %s --check-prefixes=MAP,IR
----------------
ankurrj7 wrote:
done
https://github.com/llvm/llvm-project/pull/201079
More information about the cfe-commits
mailing list