[all-commits] [llvm/llvm-project] 7bb42d: [lldb/lua] Force Lua version to be 5.3
Siger Yeung via All-commits
all-commits at lists.llvm.org
Fri Sep 3 00:26:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bb42dc6b114f57200abfebaaa01160914be6bba
https://github.com/llvm/llvm-project/commit/7bb42dc6b114f57200abfebaaa01160914be6bba
Author: Siger Yang <sigeryeung at gmail.com>
Date: 2021-09-03 (Fri, 03 Sep 2021)
Changed paths:
M lldb/cmake/modules/FindLuaAndSwig.cmake
M lldb/source/Plugins/ScriptInterpreter/Lua/CMakeLists.txt
Log Message:
-----------
[lldb/lua] Force Lua version to be 5.3
Due to CMake cache, find_package in FindLuaAndSwig.cmake
will be ignored. This commit adds EXACT and REQUIRED flags
to it and removes find_package in Lua ScriptInterpreter.
Signed-off-by: Siger Yang <sigeryeung at gmail.com>
Reviewed By: tammela, JDevlieghere
Differential Revision: https://reviews.llvm.org/D108515
More information about the All-commits
mailing list