[PATCH] D151595: [BOLT][CMake] Avoid duplicating standard install targets

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 15:43:55 PDT 2023


phosek reopened this revision.
phosek added a comment.
This revision is now accepted and ready to land.

There's still an issue where only `bolt` is included in `LLVM_DISTRIBUTION_COMPONENTS` and not individual tools such as `llvm-bolt` because then the install targets won't be created because of https://github.com/llvm/llvm-project/blob/c7eb1b07470b9babfcd258f014df3661e5f84b30/llvm/cmake/modules/AddLLVM.cmake#L1348. Unfortunately this scenario where the name of the component is different from the tool itself is currently supported in the LLVM build.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151595



More information about the llvm-commits mailing list