This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][AIX] Add CMake support for 32-bit Power builds
ClosedPublic

Authored by daltenty on Sep 9 2020, 8:01 AM.

Details

Summary

This patch enables support for building compiler-rt builtins for 32-bit
Power arch on AIX. For now, we leave out the specialized ppc builtin
implementations for 128-bit long double and friends since those will
need some special handling for AIX.

Diff Detail

Event Timeline

daltenty created this revision.Sep 9 2020, 8:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2020, 8:01 AM
Herald added subscribers: Restricted Project, mgorny, dberris. · View Herald Transcript
daltenty requested review of this revision.Sep 9 2020, 8:01 AM
This revision is now accepted and ready to land.Sep 10 2020, 4:38 PM