mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Previously it would only regenerate LLDBWrapPython.cpp if one of the .i files changed, or if lldb.swig changed. This patch also makes it depend on the rest of the *.swig files, so that if any of them changes it regenerates the CMake. llvm-svn: 232175