[PATCH] D64532: [CMake] Support separate installation of InstrProfData.inc

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 15:28:45 PDT 2019


smeenai added inline comments.


================
Comment at: llvm/include/llvm/ProfileData/CMakeLists.txt:7
+
+add_custom_target(install-llvm-instr-prof-data-headers
+                  DEPENDS llvm-instr-prof-data-headers
----------------
You can use add_llvm_install_targets right?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64532





More information about the llvm-commits mailing list