[all-commits] [llvm/llvm-project] 9ec115: [lldb] Fix compile error in Lua typemap
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Jan 12 10:51:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ec115978ea2bdfc60800cd3c21264341cdc8b0a
https://github.com/llvm/llvm-project/commit/9ec115978ea2bdfc60800cd3c21264341cdc8b0a
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M lldb/bindings/lua/lua-typemaps.swig
Log Message:
-----------
[lldb] Fix compile error in Lua typemap
Fix error "non-const lvalue reference to type 'lldb::FileSP' cannot
bind to a value of unrelated type" in Lua typemap.
More information about the All-commits
mailing list