Skip to content

Commit a8020a6

Browse files
Removed from lldb/CMakeLists
1 parent ea34b15 commit a8020a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ endif()
3838
include(LLDBConfig)
3939
include(AddLLDB)
4040

41-
if (UNIX AND ${CMAKE_SYSTEM_NAME} MATCHES "AIX")
42-
add_definitions("-D_AIX")
43-
endif()
44-
4541
# Define the LLDB_CONFIGURATION_xxx matching the build type.
4642
if(uppercase_CMAKE_BUILD_TYPE STREQUAL "DEBUG" )
4743
add_definitions(-DLLDB_CONFIGURATION_DEBUG)

0 commit comments

Comments
 (0)