[PATCH] D37631: [libFuzzer] Support using libc++
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 11:29:53 PDT 2017
phosek added a comment.
In https://reviews.llvm.org/D37631#865062, @kcc wrote:
> Copy-paste -- no.
> But if we can completely privatize the use of STL with some trick, that would be great (e.g. #define the namespace name to be something other than std).
> This may work with STL containers, likely to work with STL algorithms, and unlikely to work with STL streams. If streams are the only problem, we could probably get rid of them.
We would probably need a special configuration in libcxx/include/__config <https://github.com/llvm-mirror/libcxx/blob/master/include/__config#L526>.
Repository:
rL LLVM
https://reviews.llvm.org/D37631
More information about the llvm-commits
mailing list