[all-commits] [llvm/llvm-project] f0a25f: [lldb] Fix 'error: non-const lvalue...' caused by ...
Jitka PlesnĂková via All-commits
all-commits at lists.llvm.org
Fri Sep 30 05:37:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0a25fe0b746f56295d5c02116ba28d2f965c175
https://github.com/llvm/llvm-project/commit/f0a25fe0b746f56295d5c02116ba28d2f965c175
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M lldb/bindings/python/python-typemaps.swig
Log Message:
-----------
[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
More information about the All-commits
mailing list