[all-commits] [llvm/llvm-project] 9a3fab: [LLDB] Fix building without SWIG

Martin Storsjö via All-commits all-commits at lists.llvm.org
Sun Dec 22 00:05:09 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9a3fab97468f9555a770707e23a4c424bfd696c2
      https://github.com/llvm/llvm-project/commit/9a3fab97468f9555a770707e23a4c424bfd696c2
  Author: Martin Storsjö <martin at martin.st>
  Date:   2019-12-22 (Sun, 22 Dec 2019)

  Changed paths:
    M lldb/CMakeLists.txt

  Log Message:
  -----------
  [LLDB] Fix building without SWIG

Previously, SWIG was only a hard dependency if python bindings were
enabled.

Since bf03e17c570171c7a52117fe63ace89d58f328d5, scripts/CMakeLists.txt
is included unconditionally, while that file adds the hard dependency
on SWIG.

Instead, only include that file if either python or lua bindings are
enabled.




More information about the All-commits mailing list