We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41727dd commit 865eb65Copy full SHA for 865eb65
libcxx/include/__configuration/platform.h
@@ -22,8 +22,6 @@
22
# define _LIBCPP_OBJECT_FORMAT_MACHO 1
23
#elif defined(_WIN32)
24
# define _LIBCPP_OBJECT_FORMAT_COFF 1
25
-#elif defined(__UEFI__)
26
-# define _LIBCPP_OBJECT_FORMAT_COFF 1
27
#elif defined(__wasm__)
28
# define _LIBCPP_OBJECT_FORMAT_WASM 1
29
#elif defined(_AIX)
0 commit comments