llvm-6502/cmake/modules
Oscar Fuentes 5b30f0a7eb TableGen.cmake: sometimes the .td file is not in the current directory
(clang/include/clang/Basic/StmtNodes.td, for instance, is tablegenned
from clang/include/clang/AST/CMakeLists.txt) so it is not contained on
the list of all .td files on the current source directory which is
used as the DEPENDS of the custom command. We must add the .td file to
the DEPENDS list of the custom command. Otherwise some .inc files are
not regenerated when the corresponding .td file changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122768 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-03 20:01:32 +00:00
..
AddLLVM.cmake
AddLLVMDefinitions.cmake
CheckAtomic.cmake
ChooseMSVCCRT.cmake
CMakeLists.txt
CrossCompileLLVM.cmake
FindBison.cmake
GetTargetTriple.cmake
LLVM.cmake
LLVMConfig.cmake
LLVMLibDeps.cmake
LLVMProcessSources.cmake
TableGen.cmake TableGen.cmake: sometimes the .td file is not in the current directory 2011-01-03 20:01:32 +00:00
VersionFromVCS.cmake