[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
Wed Sep 12 13:32:16 PDT 2018
mstorsjo added a comment.
This patch in itself is rather straightforward. But should we do something similar for e.g. the itanium ABI's corresponding functions? Would we in that case need to know whether libcxx will be linked statically or dynamically?
In mingw setups, not even the compiler driver knows which one it will be, only the linker knows once it sees whether e.g. libc++.dll.a or libc++.a is available.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D51878
More information about the llvm-commits
mailing list