[Lldb-commits] [lldb] 40aa418 - [lldb/cmake] Delete LLDB_LINKER_SUPPORTS_GROUPS
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 20 07:56:34 PST 2019
Author: Pavel Labath
Date: 2019-12-20T16:58:58+01:00
New Revision: 40aa418223f36e0b9bfa457606e0d8f50aa4fe66
URL: https://github.com/llvm/llvm-project/commit/40aa418223f36e0b9bfa457606e0d8f50aa4fe66
DIFF: https://github.com/llvm/llvm-project/commit/40aa418223f36e0b9bfa457606e0d8f50aa4fe66.diff
LOG: [lldb/cmake] Delete LLDB_LINKER_SUPPORTS_GROUPS
The variable is unused.
Added:
Modified:
lldb/cmake/modules/LLDBConfig.cmake
Removed:
################################################################################
diff --git a/lldb/cmake/modules/LLDBConfig.cmake b/lldb/cmake/modules/LLDBConfig.cmake
index e5573197540d..3424cd89cb79 100644
--- a/lldb/cmake/modules/LLDBConfig.cmake
+++ b/lldb/cmake/modules/LLDBConfig.cmake
@@ -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)
More information about the lldb-commits
mailing list