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

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 09:32:02 PST 2018


morehouse added inline comments.


================
Comment at: compiler-rt/cmake/Modules/AddCompilerRT.cmake:522
   ExternalProject_Add(${name}
-    DEPENDS ${LIBCXX_DEPS}
+    DEPENDS ${name}-clobber #${LIBCXX_DEPS}
     PREFIX ${prefix}
----------------
Why don't we depend on `LIBCXX_DEPS` here?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D43213





More information about the llvm-commits mailing list