This is an archive of the discontinued LLVM Phabricator instance.

Remove Darwin support from POWER backend.
ClosedPublic

Authored by kbarton on Aug 20 2018, 12:25 PM.

Details

Summary

This is the clang counterpart to the patch posted in https://reviews.llvm.org/D50988.

The patch removes Darwin support from the POWER backend. A similar approach will be taken for the relevant code in Clang. Once the initial patch lands, cleanup of the old PPC-specific Darwin paths can be done on demand, using post-commit reviews whenever possible.

Diff Detail