[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 23:51:06 PDT 2018


mstorsjo added a comment.

In https://reviews.llvm.org/D51878#1245227, @mstorsjo wrote:

> but I'm wondering if we need to export the corresponding itanium abi symbols.


Actually, looking closer at it, the `#else` case that this hits already sets dllexport attributes, which seem to work just fine on the new/delete operators in itanium ABI mode. So then there's indeed no need for anything else than this.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D51878





More information about the llvm-commits mailing list