This is an archive of the discontinued LLVM Phabricator instance.

Add more binutils tools to LLVM_INSTALL_TOOLCHAIN_ONLY target
ClosedPublic

Authored by sbc100 on Oct 30 2019, 12:51 PM.

Details

Summary

Also add the aliases for these tools so that
LLVM_INSTALL_BINUTILS_SYMLINKS and LLVM_INSTALL_TOOLCHAIN_ONLY can work
together.

Diff Detail

Event Timeline

sbc100 created this revision.Oct 30 2019, 12:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 30 2019, 12:51 PM
phosek accepted this revision.Nov 4 2019, 1:54 PM

LGTM

llvm/cmake/modules/AddLLVM.cmake
919

This should be above ar (assuming these are sorted alphabetically).

This revision is now accepted and ready to land.Nov 4 2019, 1:54 PM
sbc100 updated this revision to Diff 227781.Nov 4 2019, 2:11 PM
  • feedback
This revision was automatically updated to reflect the committed changes.