dtrace: Add WITH_DTRACE_ASAN

See commit 4ae6991228.  This version of
the commit avoids inadvertently changing SHLIBDIR for libdtrace.so.
This commit is contained in:
Domagoj Stolfa
2023-08-01 20:10:46 -04:00
committed by Mark Johnston
parent bd16c274c3
commit 6de0222840
7 changed files with 39 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
Compile userspace DTrace code (libdtrace, dtrace(1), lockstat(1), plockstat(1))
with address and undefined behavior sanitizers.
Requires that Clang be used as the base system compiler
and that the runtime support library is available.