[compiler-rt] [ASan] Ensure Symbolize Flag setting on Windows through __asan_default_options() is maintained throughout runtime (PR #132811)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 9 11:51:04 PDT 2025
================
@@ -136,6 +136,9 @@ class Symbolizer final {
/// (if it wasn't already initialized).
static Symbolizer *GetOrInit();
static void LateInitialize();
+#if SANITIZER_WINDOWS
----------------
vitalybuka wrote:
ClearTools and no need "#if", defined and declare for all platforms, and let it be used where it's needed.
https://github.com/llvm/llvm-project/pull/132811
More information about the llvm-commits
mailing list