This simplifies installing all LLVM libraries when doing component
build; now you can include llvm-libraries in distribution components.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
One small comment below. Otherwise LGTM.
llvm/CMakeLists.txt | ||
---|---|---|
986 ↗ | (On Diff #163748) | Should probably wrap this in if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY) because that variable gates generating the install-${lib} targets, so it will explode with missing targets if LLVM_INSTALL_TOOLCHAIN_ONLY=On. |
llvm/CMakeLists.txt | ||
---|---|---|
986 ↗ | (On Diff #163748) | It's already in the if(NOT LLVM_INSTALL_TOOLCHAIN_ONLY) block that starts at line 949. |