This is an archive of the discontinued LLVM Phabricator instance.

[Haiku] Support __float128 for Haiku x86 and x86_64
ClosedPublic

Authored by kallisti5 on Nov 26 2018, 8:00 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kallisti5 created this revision.Nov 26 2018, 8:00 AM
kristina accepted this revision.Nov 28 2018, 4:46 AM

LGTM. (Revision of D53696)

This revision is now accepted and ready to land.Nov 28 2018, 4:46 AM

Let me know if you need this committed.

lib/Basic/Targets/OSTargets.h
260 ↗(On Diff #175266)

One tiny style-related nitpick, no need for braces here, can just remove them after applying the patch.

Looks good to me. Could you commit for me? (no access)

Thanks!

This revision was automatically updated to reflect the committed changes.