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 Fixes file extension for loadable modules on OS X. 2010-12-22 08:30:17 +00:00
AddLLVMDefinitions.cmake CMake: defines and uses macro add_llvm_definitions for keeping track 2009-04-04 22:41:07 +00:00
CheckAtomic.cmake CheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SOURCE_COMPILES. 2009-12-06 00:06:33 +00:00
ChooseMSVCCRT.cmake New system for choosing CRT type on MSVC. 2010-08-05 01:25:48 +00:00
CMakeLists.txt Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
CrossCompileLLVM.cmake CMake: Fixed parallel build problem related to native tblgen when 2009-06-11 04:16:10 +00:00
FindBison.cmake
GetTargetTriple.cmake GetTargetTriple.cmake: detect MinGW 64 bits. 2010-10-13 20:15:08 +00:00
LLVM.cmake Export LLVM_ALL_TARGETS in LLVM.cmake. It is used by LLVMConfig. 2010-09-29 15:28:55 +00:00
LLVMConfig.cmake Simplified LLVMConfig. 2010-09-28 22:38:39 +00:00
LLVMLibDeps.cmake Update cmake library dependencies. 2010-12-20 09:47:08 +00:00
LLVMProcessSources.cmake LLVMProcessSources: add .def files along with .h files to targets for 2011-01-03 16:59:52 +00:00
TableGen.cmake TableGen.cmake: sometimes the .td file is not in the current directory 2011-01-03 20:01:32 +00:00
VersionFromVCS.cmake Don't try to guess svn version when current path is a symlink. 2010-10-22 17:16:26 +00:00