[clang] [llvm] [sancov] Fix stack-depth tracking to use debug locations (PR #162428)
Marco Elver via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 8 04:11:40 PDT 2025
================
@@ -0,0 +1,40 @@
+// Test that SanitizerCoverage preserves debug locations when inserting stack depth tracking
----------------
melver wrote:
This is a pure LLVM fix, and the test should not be in Clang, where we try to just test Clang's code generation and usually don't test IR lowering.
Could it be similar to e.g. `llvm/test/Instrumentation/SanitizerCoverage/missing_dbg.ll`?
https://github.com/llvm/llvm-project/pull/162428
More information about the llvm-commits
mailing list