[Lldb-commits] [lldb] [lldb][docs] Document Lua 5.3 as the only supported version (PR #115288)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 7 09:31:18 PST 2024


https://github.com/JDevlieghere approved this pull request.

LGTM. Lua doesn't guarantee compatibility between minor versions to Lua 5.3 and 5.4 are more like Python 2 and Python 3 rather than Python 3.9 and 3.11 for example. I might try to get it working with both at some point (mostly because Homebrew install 5.4 by default and I have to do extra work to get `lua at 5.3`). Until then this matches the state of things. 

https://github.com/llvm/llvm-project/pull/115288


More information about the lldb-commits mailing list