mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 05:06:07 +00:00

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