mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 17:46:05 +00:00

This is needed in case the users of libFuzzer use libc++ in their code, which the fuzz target (libFuzzer) will be linked against. When libc++ source is available, we build a private version of it and link it against libFuzzer which allows using the same static library against codebases which use both libc++ and libstdc++. Differential Revision: https://reviews.llvm.org/D37631 llvm-svn: 322755
See http://llvm.org/docs/LibFuzzer.html