Skip to content

Commit dd3ec6b

Browse files
authored
[ATFE] Remove Downstream Change #378 (#631)
With the merging of llvm/llvm-project#147956 upstream, the downstream patch #379 is not required anymore. Removes downstream issue: #378
1 parent 9261e2d commit dd3ec6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libcxx/include/__configuration/platform.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
# include <picolibc.h>
5050
#endif
5151

52-
// Downstream issue: 378 (Include newlib.h to define _NEWLIB_VERSION)
53-
#if __has_include(<newlib.h>)
54-
# include <newlib.h>
55-
#endif
56-
5752
#ifndef __BYTE_ORDER__
5853
# error \
5954
"Your compiler doesn't seem to define __BYTE_ORDER__, which is required by libc++ to know the endianness of your target platform"

0 commit comments

Comments
 (0)