[Haiku] Support __float128 for x86 and x86_64
authorKristina Brooks <kristina@nym.hush.com>
Wed, 5 Dec 2018 15:05:06 +0000 (15:05 +0000)
committerKristina Brooks <kristina@nym.hush.com>
Wed, 5 Dec 2018 15:05:06 +0000 (15:05 +0000)
commit1051bb7463d8a9f7ae2ef68f8321840aa7450337
tree278dc75c3500a34bae5ce73aaeebd04fd1bcea61
parentbaffae91b258d09ff97138d8c742d2e3b55c50e0
[Haiku] Support __float128 for x86 and x86_64

This patch addresses a compilation error with clang when
running in Haiku being unable to compile code using
float128 (throws compilation error such as 'float128 is
not supported on this target').

Patch by kallisti5 (Alexander von Gluck IV)

Differential Revision: https://reviews.llvm.org/D54901

llvm-svn: 348368
clang/lib/Basic/Targets/OSTargets.h
clang/test/CodeGenCXX/float128-declarations.cpp