[compiler-rt] [ASan][Windows] Honor asan config flags on windows when set through the user function (PR #122990)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 11:02:17 PST 2025
================
@@ -390,17 +390,57 @@ void PrintAddressSpaceLayout() {
kHighShadowBeg > kMidMemEnd);
}
+// Apply most options specified either through the ASAN_OPTIONS
----------------
vitalybuka wrote:
Can AsanActivate be used somehow?
https://github.com/llvm/llvm-project/pull/122990
More information about the llvm-commits
mailing list