This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Make SWIG an autodetected depenency
ClosedPublic

Authored by JDevlieghere on Nov 28 2022, 4:42 PM.

Details

Summary

This patch makes SWIG itself an autodetected dependency. This allows us to look for SWIG once in a centralized place and makes it easier downstream to detect whether to use the static bindings: https://github.com/apple/llvm-project/pull/5636

Diff Detail

Event Timeline

JDevlieghere created this revision.Nov 28 2022, 4:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2022, 4:42 PM
JDevlieghere requested review of this revision.Nov 28 2022, 4:42 PM
labath accepted this revision.Nov 29 2022, 2:05 AM
This revision is now accepted and ready to land.Nov 29 2022, 2:05 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 9:07 AM