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

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 12:26:25 PDT 2017


kcc added a comment.

If we can privatize STL this would be a much more preferable solution -- no driver changes and multiple versions. 
This may also solve libFuzzer+msan (right now we have to recompile libFuzzer for msan).


Repository:
  rL LLVM

https://reviews.llvm.org/D37631





More information about the llvm-commits mailing list