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 a341e17 commit 3810342Copy full SHA for 3810342
llvm/CMakeLists.txt
@@ -1130,7 +1130,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "OS390")
1130
add_compile_definitions(_OPEN_SYS) # Needed for process information.
1131
add_compile_definitions(_OPEN_SYS_FILE_EXT) # Needed for EBCDIC I/O.
1132
add_compile_definitions(_EXT) # Needed for file data.
1133
- add_compile_definitions("-D_UNIX03_THREADS") # Multithreading support.
+ add_compile_definitions(_UNIX03_THREADS) # Multithreading support.
1134
endif()
1135
1136
# Build with _FILE_OFFSET_BITS=64 on Solaris to match g++ >= 9.
0 commit comments