[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 22:08:27 PST 2024


JDevlieghere wrote:

Although Lua doesn't use semver, the difference between 5.3 and 5.4 isn't as stark as I thought. LLDB builds fine against Lua 5.4 and I was able to make the test pass. I just need to make a change so we don't hardcode `5.3` in the path. 

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


More information about the lldb-commits mailing list