[PATCH] D40590: [LibFuzzer] Allow fuzzer to be built standalone
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 17:52:59 PST 2017
eugenis added a comment.
For sanitizers, we build only for api 14 and use that binary everywhere. Why is libfuzzer special?
One option is to configure the whole compiler-rt build tree, and then do "ninja fuzzer" w/o building the rest of the libraries.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D40590
More information about the llvm-commits
mailing list