This is an archive of the discontinued LLVM Phabricator instance.

[lldb/python] Fix scripted_platform python module creation
ClosedPublic

Authored by mib on Feb 1 2023, 4:33 PM.

Details

Summary

This patch should fix the creation and addition of the scripted_platform
python module into the lldb.plugins module.

Previously, we were creating the plugins submodule, each time with a
different source file (either scripted_process or scripted_platform).

The removes the redundant create_python_package call and group both
python source files toghether.

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail

Event Timeline

mib created this revision.Feb 1 2023, 4:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 4:33 PM
mib requested review of this revision.Feb 1 2023, 4:33 PM
bulbazord accepted this revision.Feb 1 2023, 4:34 PM
This revision is now accepted and ready to land.Feb 1 2023, 4:34 PM
This revision was automatically updated to reflect the committed changes.