diff options
author | Dimitry Andric <dimitry@andric.com> | 2024-01-02 19:23:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 19:23:56 +0100 |
commit | 0b3a89f121eaf23b93b9b9b2a9410ae1f6e2fc44 (patch) | |
tree | 7ec24a033be37cfd372c61e5605c0159aefc7488 /llvm/lib/Object/WasmObjectFile.cpp | |
parent | eba2b789d3b91ae1cefebe112fec6c667b86a904 (diff) | |
download | llvm-0b3a89f121eaf23b93b9b9b2a9410ae1f6e2fc44.zip llvm-0b3a89f121eaf23b93b9b9b2a9410ae1f6e2fc44.tar.gz llvm-0b3a89f121eaf23b93b9b9b2a9410ae1f6e2fc44.tar.bz2 |
[builtins] Avoid using long double in FreeBSD standalone environment (#76175)
After 05a4212cc76d a number of long double related declarations are
enabled in `int_types.h`, whenever the CPU architecture and platform
support it. However, this does not work with FreeBSD's standalone
environment, which disallows any use of floating point.
In add98b246290 this was made conditional with `CRT_HAS_FLOATING_POINT`,
so extend the block guarded by that define to include all floating point
related declarations.
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions