[PATCH] D37631: [libFuzzer] Support using libc++

Don Hinton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 19:02:22 PST 2018


hintonda added a comment.

This change cause cross-compiles to fail if the target compiler can't run on the host machine -- in my case, I'm compiling Linux executables on Darwin, and the new relink step fails.

Perhaps it should be guarded by COMPILER_RT_CAN_EXECUTE_TESTS.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D37631





More information about the llvm-commits mailing list