[all-commits] [llvm/llvm-project] 04daba: [lldb] Cleans up system_libs
hhb via All-commits
all-commits at lists.llvm.org
Wed May 20 12:32:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 04daba967031b7e3a72935613f23cb0051b56fc8
https://github.com/llvm/llvm-project/commit/04daba967031b7e3a72935613f23cb0051b56fc8
Author: Haibo Huang <hhb at google.com>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/source/Utility/CMakeLists.txt
Log Message:
-----------
[lldb] Cleans up system_libs
Summary:
Long long ago system_libs was appended to LLDB_SYSTEM_LIBS in
cmake/LLDBDependencies.cmake. After that file was removed, system_libs
is orphaned.
Currently the only user is source/Utility. Move the logic there and
remove system_libs.
Subscribers: mgorny, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D80253
More information about the All-commits
mailing list