[PATCH] D47916: [asan, myriad] Use local pool for new/delete when ASan run-time is not up
David Major via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 16 08:33:50 PDT 2018
dmajor added a comment.
This broke Windows debug builds where MemalignFromLocalPool becomes an unresolved external. (I guess in optimized builds the call within the if(0) gets optimized away.)
Repository:
rL LLVM
https://reviews.llvm.org/D47916
More information about the llvm-commits
mailing list