[all-commits] [llvm/llvm-project] e38377: [LLDB][CMake][NFC] Remove unused LLDB_LINKER_SUPPO...
J. Ryan Stinnett via All-commits
all-commits at lists.llvm.org
Fri Aug 4 03:25:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e383776ad0fbbe3d3704558fc8852c826680ce8f
https://github.com/llvm/llvm-project/commit/e383776ad0fbbe3d3704558fc8852c826680ce8f
Author: J. Ryan Stinnett <jryans at gmail.com>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
Log Message:
-----------
[LLDB][CMake][NFC] Remove unused LLDB_LINKER_SUPPORTS_GROUPS variable
The `LLDB_LINKER_SUPPORTS_GROUPS` CMake variable was added back in 2019 as part
of https://reviews.llvm.org/D71306, but it appears to have been unused even
then. This removes the unused variable.
Differential Revision: https://reviews.llvm.org/D156997
More information about the All-commits
mailing list