aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2023-12-21 22:30:02 +0000
committerDimitry Andric <dim@FreeBSD.org>2024-04-19 21:23:57 +0000
commitb168c9a3e534d5d65fd7070687b85e27217e2bcd (patch)
tree53180a87358e87f61cc909392e0e25c82e587f35
parentbdbe302c3396ceb4dd89d1214485439598f05368 (diff)
This fixes libsa including compiler-rt builtins. PR: 276104 MFC after: 1 month (cherry picked from commit 3d68ee6cbdb244de9fab1df8a2525d2fa592571e)
-rw-r--r--contrib/llvm-project/compiler-rt/lib/builtins/int_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/llvm-project/compiler-rt/lib/builtins/int_types.h b/contrib/llvm-project/compiler-rt/lib/builtins/int_types.h
index 18bf0a7f3bf9..0d4ed224fa72 100644
--- a/contrib/llvm-project/compiler-rt/lib/builtins/int_types.h
+++ b/contrib/llvm-project/compiler-rt/lib/builtins/int_types.h
@@ -139,7 +139,6 @@ typedef union {
udwords u;
double f;
} double_bits;
-#endif
typedef struct {
#if _YUGA_LITTLE_ENDIAN
@@ -220,7 +219,6 @@ typedef union {
#define CRT_HAS_TF_MODE
#endif
-#if CRT_HAS_FLOATING_POINT
#if __STDC_VERSION__ >= 199901L
typedef float _Complex Fcomplex;
typedef double _Complex Dcomplex;