Skip to content

Commit 3810342

Browse files
authored
[SystemZ][z/OS] Fix macro (#74878)
This fixes the macro syntax
1 parent a341e17 commit 3810342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "OS390")
11301130
add_compile_definitions(_OPEN_SYS) # Needed for process information.
11311131
add_compile_definitions(_OPEN_SYS_FILE_EXT) # Needed for EBCDIC I/O.
11321132
add_compile_definitions(_EXT) # Needed for file data.
1133-
add_compile_definitions("-D_UNIX03_THREADS") # Multithreading support.
1133+
add_compile_definitions(_UNIX03_THREADS) # Multithreading support.
11341134
endif()
11351135

11361136
# Build with _FILE_OFFSET_BITS=64 on Solaris to match g++ >= 9.

0 commit comments

Comments
 (0)