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 973e258 commit ffe12b0Copy full SHA for ffe12b0
llvm/CMakeLists.txt
@@ -1264,7 +1264,7 @@ endif()
1264
# Build with _XOPEN_SOURCE on z/OS.
1265
if (CMAKE_SYSTEM_NAME MATCHES "OS390")
1266
add_compile_definitions(_XOPEN_SOURCE=600)
1267
- add_compile_definitions(_XPLATFORM_SOURCE)
+ add_compile_definitions(_XPLATFORM_SOURCE) # Needed e.g. for O_CLOEXEC.
1268
add_compile_definitions(_OPEN_SYS) # Needed for process information.
1269
add_compile_definitions(_OPEN_SYS_FILE_EXT) # Needed for EBCDIC I/O.
1270
add_compile_definitions(_EXT) # Needed for file data.
0 commit comments