This is an archive of the discontinued LLVM Phabricator instance.

[runtimes] Use llvm-libtool-darwin for runtimes build
ClosedPublic

Authored by smeenai on Aug 21 2020, 1:10 PM.

Details

Summary

It's full featured now and we can use it for the runtimes build instead
of relying on an external libtool, which means the CMAKE_HOST_APPLE
restriction serves no purpose either now. Restrict llvm-lipo to Darwin
targets while I'm here, since it's only needed there.

Diff Detail

Event Timeline

smeenai created this revision.Aug 21 2020, 1:10 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 21 2020, 1:10 PM
Herald added subscribers: llvm-commits, Restricted Project, mgorny. · View Herald Transcript
smeenai requested review of this revision.Aug 21 2020, 1:10 PM
phosek accepted this revision.Aug 21 2020, 1:32 PM

LGTM

This revision is now accepted and ready to land.Aug 21 2020, 1:32 PM
This revision was automatically updated to reflect the committed changes.