[PATCH] D42330: [Fuzzer] Use a custom macro to build internal version of libc++

Don Hinton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 19:54:12 PST 2018


hintonda added a comment.

Looks like the problem is that you aren't passing all the required parameters expected when cross compiling, e.g., CMAKE_SYSROOT, etc.

Doesn't look like any other active code is using these macros.  I'm happy to test, but plan to disable the fuzzer for the time being.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42330





More information about the llvm-commits mailing list