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.
Paths
| Differential D80253
[lldb] Cleans up system_libs ClosedPublic Authored by hhb on May 19 2020, 3:26 PM.
Details
Summary Long long ago system_libs was appended to LLDB_SYSTEM_LIBS in Currently the only user is source/Utility. Move the logic there and
Diff Detail
Event TimelineComment Actions Yes, that's definitely cleaner. Thanks. Some of these could/should probably be moved up to lldbHost, but that's ok if you want to keep this NFC. This revision is now accepted and ready to land.May 19 2020, 11:25 PM Closed by commit rG04daba967031: [lldb] Cleans up system_libs (authored by hhb). · Explain WhyMay 20 2020, 12:38 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 265327 lldb/cmake/modules/LLDBConfig.cmake
lldb/source/Utility/CMakeLists.txt
|