summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/static-binding
Commit message (Collapse)AuthorAgeFilesLines
* Revert "prepare_bindings.py: enable static bindings"Todd Fiala2015-11-192-83906/+0
| | | | | | This reverts commit 40f789f2dc6bb80fd25a33f91e452d081ed9d0ee. llvm-svn: 253575
* prepare_bindings.py: enable static bindingsTodd Fiala2015-11-182-0/+83906
Added a new flag, --allow-static-binding. When specified, if (and only if) the swig binary cannot be found, then the LLDBWrapPython.cpp and lldb.py from the scripts/Python/{static-binding-dir} are copied into the place where swig would have generated them. {static-binding-dir} defaults to static-binding, and can be overridden with the --static-binding-dir command line argument. The static bindings checked in are from r253424. llvm-svn: 253448
OpenPOWER on IntegriCloud