[PATCH] D64694: Fix heapapi.h dependency in asan_malloc_win.cc

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 22:35:57 PDT 2019


mstorsjo added a comment.

Thanks for the quick action, this is almost perfect! In my env I had to add an explicit `stddef.h` include (which didn't cause trouble with use of `free`) in order to get a typedef of `size_t`.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D64694





More information about the llvm-commits mailing list