This change is intended to resolve build issues reported in D134503.
A compiler supporting float128 must define either FLOAT128__ or
SIZEOF_FLOAT128 (or both). Additional check for _LIBCPP_VERSION
was added to disable float128 for builds with libc++, because
float128 support is incomplete there.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This works for me as well and fixes the error I was seeing--thank you for looking into this and submitting this!