[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0
authorJitka Plesnikova <jplesnik@redhat.com>
Wed, 21 Sep 2022 09:42:46 +0000 (11:42 +0200)
committerserge-sans-paille <sguelton@redhat.com>
Fri, 30 Sep 2022 12:37:29 +0000 (14:37 +0200)
commitf0a25fe0b746f56295d5c02116ba28d2f965c175
tree59642c036f23a54b8c23922997e6ab0513c287c9
parent031a7ad5753b210e9e30659e5bdc82a7e98f7406
[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0

Fix the failure caused by change in SwigValueWraper for C++11 and later
for improved move semantics in SWIG commit.

https://github.com/swig/swig/commit/d1055f4b3d51cb8060893f8036846ac743302dab
lldb/bindings/python/python-typemaps.swig