================ @@ -43,6 +43,12 @@ #define LIBUNWIND_AVAIL #endif +#if defined(__SANITIZE_MEMORY__) || \ ---------------- arichardson wrote: Ah I assumed it was needed for GCC since it doesn't have __has_feature(). https://github.com/llvm/llvm-project/pull/67860