[PATCH] D51878: [ASan] [MinGW] Only try to export MSVC specific C++ symbols if building with a MSVC like compiler

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 25 09:06:21 PDT 2018


mstorsjo added a comment.

Bump. This one in itself is straightforward, but I'm wondering if we need to export the corresponding itanium abi symbols.

I tested asan with c++ allocated memory with this patch as is though, and that seemed to work as it should.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D51878





More information about the llvm-commits mailing list