[PATCH] D42286: [libfuzzer] Don't try to build tests with the just built compiler unless it's usable.
Don Hinton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 21 10:29:45 PST 2018
hintonda abandoned this revision.
hintonda added a comment.
With https://reviews.llvm.org/D42330, it's no longer using the just-built compiler, but still fails when cross compiling (host=Darwin, target=Linux).
Temporary workaround: `-DBOOTSTRAP_COMPILER_RT_BUILD_LIBFUZZER=OFF`
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42286
More information about the llvm-commits
mailing list