Skip to content

Commit

Permalink
[lldb/cmake] Delete LLDB_LINKER_SUPPORTS_GROUPS
Browse files Browse the repository at this point in the history
The variable is unused.
  • Loading branch information
labath committed Dec 20, 2019
1 parent 0b421d8 commit 40aa418
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lldb/cmake/modules/LLDBConfig.cmake
Expand Up @@ -18,12 +18,6 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
"`CMakeFiles'. Please delete them.")
endif()

set(LLDB_LINKER_SUPPORTS_GROUPS OFF)
if (LLVM_COMPILER_IS_GCC_COMPATIBLE AND NOT "${CMAKE_SYSTEM_NAME}" MATCHES "Darwin")
# The Darwin linker doesn't understand --start-group/--end-group.
set(LLDB_LINKER_SUPPORTS_GROUPS ON)
endif()

set(default_enable_python ON)
set(default_enable_lua OFF) # Experimental
set(default_enable_libedit ON)
Expand Down

0 comments on commit 40aa418

Please sign in to comment.