Skip to content

Commit ac2bec0

Browse files
committed
Tentatively apply llvm/llvm-project#76175, to
fix libsa including compiler-rt builtins.
1 parent c7930b5 commit ac2bec0

File tree

1 file changed

+0
-2
lines changed
  • contrib/llvm-project/compiler-rt/lib/builtins

1 file changed

+0
-2
lines changed

contrib/llvm-project/compiler-rt/lib/builtins/int_types.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ typedef union {
139139
udwords u;
140140
double f;
141141
} double_bits;
142-
#endif
143142

144143
typedef struct {
145144
#if _YUGA_LITTLE_ENDIAN
@@ -220,7 +219,6 @@ typedef union {
220219
#define CRT_HAS_TF_MODE
221220
#endif
222221

223-
#if CRT_HAS_FLOATING_POINT
224222
#if __STDC_VERSION__ >= 199901L
225223
typedef float _Complex Fcomplex;
226224
typedef double _Complex Dcomplex;

0 commit comments

Comments
 (0)