[all-commits] [llvm/llvm-project] 692ae9: [lldb] Fix lua build after 27b6a4e63afe
Alex via All-commits
all-commits at lists.llvm.org
Mon May 15 17:25:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 692ae97ae71d62ce51d784681a0481fb54343fc1
https://github.com/llvm/llvm-project/commit/692ae97ae71d62ce51d784681a0481fb54343fc1
Author: Alex Langford <alangford at apple.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M lldb/bindings/lua/lua-wrapper.swig
M lldb/include/lldb/API/SBBreakpointLocation.h
M lldb/include/lldb/API/SBFrame.h
M lldb/include/lldb/API/SBStructuredData.h
M lldb/include/lldb/API/SBWatchpoint.h
M lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp
M lldb/source/Plugins/ScriptInterpreter/Lua/SWIGLuaBridge.h
M lldb/unittests/ScriptInterpreter/Lua/LuaTests.cpp
Log Message:
-----------
[lldb] Fix lua build after 27b6a4e63afe
This applies the same trick for Lua that I did for python in
27b6a4e63afe.
Differential Revision: https://reviews.llvm.org/D150624
More information about the All-commits
mailing list