[PATCH] D43213: [Fuzzer] Avoid the unnecessary rebuild of the custom libc++

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 16:52:15 PST 2018


morehouse added a comment.

Why not just call `llvm_ExternalProject_Add` rather than duplicating here?



================
Comment at: compiler-rt/cmake/Modules/AddCompilerRT.cmake:554
+  if(LIBCXX_USE_TOOLCHAIN AND NOT COMPILER_RT_STANDALONE_BUILD)
+  endif()
 
----------------
Unused if.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D43213





More information about the llvm-commits mailing list