This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Remove duplicates from COMPILER_RT_SUPPORTED_ARCH
ClosedPublic

Authored by kubamracek on Oct 26 2016, 9:46 AM.

Details

Summary

Since we’re adding an entry into COMPILER_RT_SUPPORTED_ARCH for all architectures of all Darwin platforms, COMPILER_RT_SUPPORTED_ARCH often ends up having duplicate items. Let’s remove them.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek updated this revision to Diff 75909.Oct 26 2016, 9:46 AM
kubamracek retitled this revision from to [compiler-rt] Remove duplicates from COMPILER_RT_SUPPORTED_ARCH.
kubamracek updated this object.
kubamracek added a reviewer: beanz.
kubamracek added subscribers: llvm-commits, zaks.anna.
zaks.anna accepted this revision.Dec 1 2016, 10:54 PM
zaks.anna added a reviewer: zaks.anna.
This revision is now accepted and ready to land.Dec 1 2016, 10:54 PM
This revision was automatically updated to reflect the committed changes.