[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
Fri Jan 19 13:52:34 PST 2018
hintonda added a comment.
Btw, shouldn't this all be hidden behind a test target, e.g., `check-libfuzzer` or something like that? That way, the just-built compiler is only used when you actually run tests.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42286
More information about the llvm-commits
mailing list