This is an archive of the discontinued LLVM Phabricator instance.

Fix makefile build on OSX when ARM targets are not enabled
ClosedPublic

Authored by loladiro on Oct 4 2015, 1:59 AM.

Details

Summary

When LLVM/Clang is built without ARM support, the ios_kext runtime library is not built, but without this patch, the Makefile still tries to copy it. This is a recent regression, because the ios_kext library used to also be built on x86_64.

Diff Detail

Repository
rL LLVM

Event Timeline

loladiro updated this revision to Diff 36462.Oct 4 2015, 1:59 AM
loladiro retitled this revision from to Fix makefile build on OSX when ARM targets are not enabled.
loladiro updated this object.
loladiro added a reviewer: beanz.
loladiro set the repository for this revision to rL LLVM.
loladiro added a subscriber: cfe-commits.
beanz accepted this revision.Oct 4 2015, 8:00 AM
beanz edited edge metadata.

LGTM.

Thanks for catching this!

-Chris

This revision is now accepted and ready to land.Oct 4 2015, 8:00 AM
This revision was automatically updated to reflect the committed changes.