[PATCH] D37631: [libFuzzer] Support using libc++

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 15:43:48 PST 2017


kcc added a comment.

In https://reviews.llvm.org/D37631#954580, @phosek wrote:

> So I finally ended up with something that works reliably with both libstdc++ and libc++. I plan on doing a bit more cleanup, but a question is what to do on Darwin and Windows. I'm relying on partial linking. That appears to be supported by ld64, but there doesn't seem be the `--whole-archive` option that we need as well (unless we upgrade CMake to 3.9). On Windows, I don't know if partial linking is supported at all. However, I also don't know if we even need this on Darwin and Windows rather than simply relying on the host C++ library?


I don't think we need this on OSX. 
libFuzzer is not supported on Windows currently at all.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D37631





More information about the llvm-commits mailing list