Skip to content

Commit a4003ba

Browse files
committed
[ATFE] Remove Downstream Change arm#378
With the merging of llvm/llvm-project#147956 upstream, the downstream patch is not required anymore.
1 parent 3fb4818 commit a4003ba

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)