[all-commits] [llvm/llvm-project] b3c978: [lldb] Make SWIG an auto-detected dependency

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Nov 29 09:07:28 PST 2022


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

  Changed paths:
    M lldb/cmake/modules/FindLuaAndSwig.cmake
    M lldb/cmake/modules/FindPythonAndSwig.cmake
    M lldb/cmake/modules/LLDBConfig.cmake

  Log Message:
  -----------
  [lldb] Make SWIG an auto-detected dependency

This patch makes SWIG itself an auto-detected dependency. This allows us
to look for SWIG once in a centralized place and makes it easier
downstream to detect whether to use the static bindings.

Differential revision: https://reviews.llvm.org/D138879




More information about the All-commits mailing list