This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Add install targets for utilities to LLVM exports if LLVM_INSTALL_UTILS=ON
ClosedPublic

Authored by sgraenitz on Jan 29 2019, 7:00 AM.

Details

Summary

D56606 was only appending target names to the LLVM_EXPORTS/LLVM_EXPORTS_BUILDTREE_ONLY properties. Targets showed up correctly in the build-tree LLVMExports.cmake, but they were missing in the installed one (as we found in https://bugs.llvm.org/show_bug.cgi?id=40443), because install did not register them explicitly.

Diff Detail

Repository
rL LLVM

Event Timeline

sgraenitz created this revision.Jan 29 2019, 7:00 AM
This revision is now accepted and ready to land.Jan 29 2019, 11:36 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2019, 5:08 AM