[clang] [llvm] [sancov] add -fsanitize-coverage=trace-pc-entry-exit (PR #185972)
Alexander Potapenko via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 03:57:22 PDT 2026
================
@@ -0,0 +1,26 @@
+; RUN: opt < %s -passes='module(sancov-module)' -sanitizer-coverage-level=2 -sanitizer-coverage-trace-pc-entry-exit -S | FileCheck %s --check-prefix=CHECK_EE_ONLY
----------------
ramosian-glider wrote:
Can you add tests for multiple `ret` instructions and for tail calls (e.g. with `musttail`)?
https://github.com/llvm/llvm-project/pull/185972
More information about the cfe-commits
mailing list