This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][CMake] Support powerpc32 on Linux
ClosedPublic

Authored by pattop on Mar 17 2021, 5:49 PM.

Diff Detail

Event Timeline

pattop created this revision.Mar 17 2021, 5:49 PM
pattop requested review of this revision.Mar 17 2021, 5:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2021, 5:49 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

Can you please add a description to this patch describing what this is meant to acomplish, what PPC 32-bit platforms you plan to enable this on. Also, whether this is expected to increase build/test times on the PPC big endian bots, etc.

Hi nemanjai, I needed this, D98836 and D98833 to put together a powerpcspe-linux toolchain.

I don't know anything about bots so can't help there sorry.

MaskRay accepted this revision.Nov 26 2021, 1:22 PM
MaskRay added a subscriber: MaskRay.

Supporting new configurations by deleting code is nice.

This revision is now accepted and ready to land.Nov 26 2021, 1:22 PM
MaskRay retitled this revision from [compiler-rt] support powerpc32 on Linux to [compiler-rt][CMake] Support powerpc32 on Linux.Nov 26 2021, 1:24 PM
This revision was automatically updated to reflect the committed changes.