diff options
author | Slava Zakharin <szakharin@nvidia.com> | 2024-09-19 15:45:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 15:45:45 -0700 |
commit | fc51c7f0cc1abf1679100d71d103fe5d943f580b (patch) | |
tree | 601e2e5c2b600d64ec59537a40a8873ab1db6f16 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0f488a0b7d3da3c736e9242e5dd110ba0322e45a (diff) | |
download | llvm-fc51c7f0cc1abf1679100d71d103fe5d943f580b.zip llvm-fc51c7f0cc1abf1679100d71d103fe5d943f580b.tar.gz llvm-fc51c7f0cc1abf1679100d71d103fe5d943f580b.tar.bz2 |
[flang][runtime] Disable LDBL_MANT_DIG == 113 for the offload builds. (#109339)
When compiling on aarch64 some `LDBL_MANT_DIG == 113` entries
end up trying to use `complex<long double>` for which there are
no certain specializations in `libcudacxx`. This change-set
includes a clean-up for `LDBL_MANT_DIG == 113` usage, which is replaced
with `HAS_LDBL128` that is set in `float128.h`.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions