This is an archive of the discontinued LLVM Phabricator instance.

Revert [compiler-rt][CMake] Enable TF intrinsics on powerpc32 Linux
ClosedPublic

Authored by nikic on Aug 2 2022, 6:55 AM.

Details

Summary

As mentioned in https://reviews.llvm.org/D121379#3690593, this change broke the build of compiler-rt targeting powerpc using GCC. The 32-bit powerpc target is not supposed to emit 128-bit libcalls -- if it does, then that's a backend bug and needs to be fixed there.

This reverts commit 8f24a56a3a9363f353c8da318d97491a6818781d.

Diff Detail

Event Timeline

nikic created this revision.Aug 2 2022, 6:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2022, 6:55 AM
nikic requested review of this revision.Aug 2 2022, 6:55 AM
glaubitz accepted this revision.Aug 5 2022, 1:42 AM
This revision is now accepted and ready to land.Aug 5 2022, 1:42 AM
This revision was landed with ongoing or failed builds.Aug 5 2022, 7:43 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2022, 7:43 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript