[all-commits] [llvm/llvm-project] e19d74: [lldb] Support both Lua 5.3 and Lua 5.4 (#115500)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Nov 11 08:11:24 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e19d74016971faed321e5cca20da7016047eb029
      https://github.com/llvm/llvm-project/commit/e19d74016971faed321e5cca20da7016047eb029
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M lldb/CMakeLists.txt
    M lldb/cmake/modules/FindLuaAndSwig.cmake
    M lldb/docs/resources/build.rst
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/lldbtest.py
    M lldb/test/API/lua_api/TestLuaAPI.py

  Log Message:
  -----------
  [lldb] Support both Lua 5.3 and Lua 5.4 (#115500)

Lua 5.3 and Lua 5.4 are similar enough that we can easily support both
in LLDB. This patch adds support for building LLDB with both and updates
the documentation accordingly.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list