[PATCH] D53696: [Haiku] Support __float128 for Haiku x86 and x86_64
Alexander von Gluck IV via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 21 18:32:31 PST 2018
kallisti5 added a comment.
Indeed. I agree the _GLIBCXX_USE_FLOAT128 is misplaced there. That comes from config.h in libstdc++. That's working around an issue in Haiku's build (libstdc++ is built by gcc, but then we try and use it with clang later)
I can remove that.
Is the __FLOAT128__ desireable?
Repository:
rC Clang
https://reviews.llvm.org/D53696
More information about the cfe-commits
mailing list