[all-commits] [llvm/llvm-project] 6de63b: [lldb/lua] Force Lua version to be 5.3

Siger Yeung via All-commits all-commits at lists.llvm.org
Tue Oct 12 06:34:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6de63b3ba5e2dbb5994d329623fbf933e319ea7a
      https://github.com/llvm/llvm-project/commit/6de63b3ba5e2dbb5994d329623fbf933e319ea7a
  Author: Siger Yang <sigeryeung at gmail.com>
  Date:   2021-10-12 (Tue, 12 Oct 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