[PATCH] D62172: [cmake] Add custom command to touch archives so ninja won't rebuild them.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 11:01:37 PDT 2019


ABataev added inline comments.


================
Comment at: llvm/trunk/cmake/config-ix.cmake:558
+if(CMAKE_GENERATOR STREQUAL "Ninja")
+  include(CMakeNInjaFindMake)
+  if(CMAKE_MAKE_PROGRAM)
----------------
This line breaks cmake, seems to me must be `CMakeNinjaFindMake`


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62172/new/

https://reviews.llvm.org/D62172





More information about the llvm-commits mailing list