[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 16:04:32 PDT 2023


phosek added a comment.

@smeenai Do you have any thoughts on this? I don't actually know how to fix this. The intention seems to be allow the use of the `bolt` target/component as a grouping for other BOLT targets such as `llvm-bolt` or `bolt_rt`, so you can only include `bolt` in `LLVM_DISTRIBUTION_COMPONENT`. I understand why that may be desirable, but that breaks many of the assumptions that existing macros make and I don't know how to easily fix it.


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