[clang] [llvm] [sancov] Fix stack-depth tracking to use debug locations (PR #162428)
Kees Cook via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 8 13:37:33 PDT 2025
================
@@ -0,0 +1,40 @@
+// Test that SanitizerCoverage preserves debug locations when inserting stack depth tracking
----------------
kees wrote:
In my first attempt I didn't see how to build the IR-only side of this, but I got it now. :) Thanks! This actually helped find another missing case that needed to be fixed.
https://github.com/llvm/llvm-project/pull/162428
More information about the llvm-commits
mailing list