[PATCH] D72011: [sanitizers][windows] Global/LocalAlloc interception and tests

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 11:43:22 PST 2020


mstorsjo added a comment.

Builds fine in my MinGW configuration now, thanks!



================
Comment at: compiler-rt/lib/asan/asan_malloc_win.cpp:407
 // the Windows Development Kit.
-LOGICAL RtlFreeHeap(void* HeapHandle, DWORD Flags,
-                            void* BaseAddress);
+LOGICAL RtlFreeHeap(void *HeapHandle, DWORD Flags, void *BaseAddress);
 
----------------
I'm getting conflicts here when I try to apply the patch locally on master, not sure what that stems from...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72011/new/

https://reviews.llvm.org/D72011





More information about the llvm-commits mailing list