[PATCH] D64532: [CMake] Support separate installation of InstrProfData.inc
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 20:06:35 PST 2019
phosek marked 2 inline comments as done.
phosek 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
----------------
smeenai wrote:
> You can use add_llvm_install_targets right?
I've changed the approach and moved this to compiler-rt which I think is a more appropriate place since this is related to the runtime.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64532/new/
https://reviews.llvm.org/D64532
More information about the llvm-commits
mailing list