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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 11:20:20 PDT 2017


phosek added a comment.

In https://reviews.llvm.org/D37631#865032, @kcc wrote:

> Hm. Shouldn't we build two versions of libFuzzer by default? 
>  (Oh my, this is one more trouble with using STL in a low-level library)


Building two versions would work. We would need to alter the naming scheme and modify the driver to pick up the right version depending on the value `-stdlib`. We'll need some platform specific code to handle Darwin and Fuchsia which only support libc++.


Repository:
  rL LLVM

https://reviews.llvm.org/D37631





More information about the llvm-commits mailing list