summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-04-24 13:23:19 +0000
committerPavel Labath <pavel@labath.sk>2019-04-24 13:23:19 +0000
commitf96b6d927088db90286844a472d45a5ac9d3f3d6 (patch)
treefc857de10770ef147ef4e22b0473417e5f3c4ee2 /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc
parentde0462a500f9f4429473cb174f027d690066a9c2 (diff)
downloadbcm5719-llvm-f96b6d927088db90286844a472d45a5ac9d3f3d6.tar.gz
bcm5719-llvm-f96b6d927088db90286844a472d45a5ac9d3f3d6.zip
Kill modify-python-lldb.py
Summary: After the last round of cleanups, this script was almost a no-op. The only piece of functionality that remained was the one which tried to make the swig-generated function signatures more pythonic. The "tried" part is important here, as it wasn't doing a really good job and the end result was not valid python nor c (e.g., SetExecutable(SBAttachInfo self, str const * path)). Doing these transformations another way is not possible, as these signatures are generated by swig, and not present in source. However, given that this is the only reason why we need a swig post-process step, and that the current implementation is pretty sub-optimal, this patch simply abandons the signature fixup idea, and chooses to simplify our build process instead. Reviewers: amccarth, jingham, clayborg Subscribers: mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D61000 llvm-svn: 359092
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud