[PATCH] D151595: [BOLT][CMake] Redo the build and install targets

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 00:15:43 PDT 2023


phosek added a comment.

In D151595#4382652 <https://reviews.llvm.org/D151595#4382652>, @smeenai wrote:

> Hmm, could we extend the existing umbrella target support for things like llvm-libraries and clang-libraries to cover the BOLT case as well?

I have opted for an approach that's similar to the one used by Clang and LLD, although the handling of components is different to preserve the existing behavior. This seems to be working in my local testing.


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

https://reviews.llvm.org/D151595



More information about the llvm-commits mailing list