This is an archive of the discontinued LLVM Phabricator instance.

[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
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.

Diff Detail

Event Timeline

hhb created this revision.May 19 2020, 3:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2020, 3:26 PM
labath accepted this revision.May 19 2020, 11:25 PM

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
This revision was automatically updated to reflect the committed changes.