[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 12:16:50 PST 2018


phosek added a subscriber: vitalybuka.
phosek added a comment.

In that case, I think we should modify `add_custom_libcxx` and add a new argument `USE_TEST_COMPILER`, if not set it should use the host compiler (i.e. `CMAKE_C_COMPILER` and `CMAKE_CXX_COMPILER`). @vitalybuka WDYT?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42286





More information about the llvm-commits mailing list