This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Fix long double availability check
ClosedPublic

Authored by qiucf on Sep 16 2021, 8:23 PM.

Details

Reviewers
jdoerfert
ronl
ronlieb
Group Reviewers
Restricted Project
Commits
rG0195f8621f18: [Clang] Fix long double availability check
Summary

fae0dfa changed code to check 128-bit float availability, since it introduced a new 128-bit double type on PowerPC. However, there're other long float types besides IEEE float128 and PPC double-double requiring this feature. This patch fixes it.

Diff Detail

Event Timeline

qiucf created this revision.Sep 16 2021, 8:23 PM
qiucf requested review of this revision.Sep 16 2021, 8:23 PM
Herald added a project: Restricted Project. · View Herald Transcript
qiucf added reviewers: ronl, Restricted Project.Sep 16 2021, 8:24 PM
ronlieb accepted this revision.Sep 16 2021, 8:26 PM
ronlieb added a subscriber: ronlieb.

thank you for the fix.

This revision is now accepted and ready to land.Sep 16 2021, 8:26 PM
This revision was automatically updated to reflect the committed changes.