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

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 19:07:29 PST 2018


vitalybuka added inline comments.


================
Comment at: cmake/Modules/AddCompilerRT.cmake:511
 # Can be used to build sanitized versions of libc++ for running unit tests.
 # add_custom_libcxx(<name> <prefix>
 #                   DEPS <list of build deps>
----------------
maybe we can just call here 

add_internal_libcxx(
C_COMPILER=...
CXX_COMPILER=...
INSTALL_COMMAND=....
)


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42330





More information about the llvm-commits mailing list