[Lldb-commits] [PATCH] D14896: Local path implementation of swig-bot.py

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 20 17:14:56 PST 2015


zturner added a comment.

Note: I was wrong in my initial post, you can't actually generate multiple language bindings in a single invocation.  So the second patchset loops over the language list and invokes swig multiple times.

Note that we have some occurrences of `%pythoncode` in the swig files, so languages other than python don't work anyway atm.  But I don't want to make it harder than it needs to be for someone in the future to make this work.


http://reviews.llvm.org/D14896





More information about the lldb-commits mailing list