[PATCH] D155377: [SanitizerCoverage] Add fallback DebugLocation for instrumented calls
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 00:41:34 PDT 2023
melver accepted this revision.
melver added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/Instrumentation/SanitizerCoverage/missing_dbg.ll:5
+
+define i32 @with_dbg(ptr %a, ptr %b) sanitize_address !dbg !3 {
+entry:
----------------
Is sanitize_address needed for this test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155377/new/
https://reviews.llvm.org/D155377
More information about the llvm-commits
mailing list