This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix relative imports and set the appropriate include dirs
ClosedPublic

Authored by JDevlieghere on Aug 12 2020, 3:51 PM.

Details

Summary

After moving python.swig and lua.swig into their respective
subdirectories, the relative paths in these files were out of date. This
fixes that and ensures the appropriate include paths are set in the SWIG
invocation.

Diff Detail

Event Timeline

JDevlieghere created this revision.Aug 12 2020, 3:51 PM
JDevlieghere requested review of this revision.Aug 12 2020, 3:51 PM
aprantl accepted this revision.Aug 12 2020, 4:11 PM

Looks plausible!

This revision is now accepted and ready to land.Aug 12 2020, 4:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2020, 4:28 PM