[compiler-rt] [asan][win][msvc] override new and delete and seperate TUs (PR #68754)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 9 17:06:41 PST 2023
================
@@ -60,8 +75,16 @@ u32 GetMallocContextSize();
#define GET_STACK_TRACE_MALLOC \
GET_STACK_TRACE(GetMallocContextSize(), common_flags()->fast_unwind_on_malloc)
+#define GET_STACK_TRACE_MALLOC_WIN(pc, bp, caller_pc, extra_context) \
----------------
vitalybuka wrote:
Changes in this file are unused, please revert
https://github.com/llvm/llvm-project/pull/68754
More information about the llvm-commits
mailing list