This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Make lldb-argdumper a dependency of liblldb
ClosedPublic

Authored by JDevlieghere on Aug 27 2020, 8:49 AM.

Details

Summary

Always make lldb-argdumper a dependency of liblldb. Currently it is only a dependency of the python swig target because of the relative symlink in the python resource directory. That means that the dependency won't be there when LLDB_ENABLE_PYTHON is disabled.

Diff Detail

Event Timeline

JDevlieghere created this revision.Aug 27 2020, 8:49 AM
JDevlieghere requested review of this revision.Aug 27 2020, 8:49 AM
kastiglione accepted this revision.Aug 27 2020, 9:15 AM
This revision is now accepted and ready to land.Aug 27 2020, 9:15 AM
davide accepted this revision.Aug 27 2020, 9:21 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 27 2020, 9:31 AM