[PATCH] D42286: [libfuzzer] Don't try to build tests with the just built compiler unless it's usable.
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 19 11:21:06 PST 2018
phosek added a comment.
I don't think this is correct, compiling libFuzzer should be unrelated to whether we can execute tests or not. Your just built compiler should be capable of targeting Linux if that's your target platform.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42286
More information about the llvm-commits
mailing list