This is an archive of the discontinued LLVM Phabricator instance.

Add symlinks for `libtool` and `install_name_tool`
ClosedPublic

Authored by sameerarora101 on Jul 31 2020, 3:27 PM.

Details

Summary

Add symlinks for llvm-libtool-darwin and
llvm-install-name-tool.

Diff Detail

Event Timeline

sameerarora101 created this revision.Jul 31 2020, 3:27 PM
Herald added a project: Restricted Project. · View Herald Transcript
sameerarora101 requested review of this revision.Jul 31 2020, 3:27 PM
jhenderson accepted this revision.Aug 3 2020, 1:17 AM

Assuming those names match the cctools names, LGTM.

This revision is now accepted and ready to land.Aug 3 2020, 1:17 AM

yup, libtool and install_name_tool are the cctools names.

smeenai accepted this revision.Aug 4 2020, 2:40 PM

LGTM

This revision was automatically updated to reflect the committed changes.