All the code required to generate the language bindings for Python and Lua lives under scripts, even though the majority of this code aren't scripts at all, and surrounded by scripts that are totally unrelated. I've reorganized these files and moved everything related to the language bindings into a new top-level bindings directory. This makes them self contained and much more discoverable.
Details
Details
- Reviewers
labath jfb - Group Reviewers
Restricted Project - Commits
- rG25b00e62b464: [lldb/Bindings] Move bindings into their own subdirectory
rG6498aff249a1: [lldb/Bindings] Move bindings into their own subdirectory
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think this is a great idea. I'm not convinced of the need to pluralize "interfaces" (header files are in "include", even though that folder usually contains more than one file), but I don't care much either way...