[PATCH] D61425: Install import libraries
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 23:42:08 PDT 2019
phosek added a comment.
I noticed that `libLTO.dylib` is no longer getting installed as part of toolchain even though it's still listed in `LLVM_DISTRIBUTION_COMPONENTS` and I bisected it to this change. I agree with @vzakhari, with this change `LIBRARY` and `ARCHIVE` are no longer being considered as components which breaks existing use cases of `LLVM_DISTRIBUTION_COMPONENTS`. Can we please revert this change?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61425/new/
https://reviews.llvm.org/D61425
More information about the llvm-commits
mailing list