Use explicit add_subdirectory's for LLVM target sublibraries instead
authorOscar Fuentes <ofv@wanadoo.es>
Sun, 20 Feb 2011 02:55:27 +0000 (02:55 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sun, 20 Feb 2011 02:55:27 +0000 (02:55 +0000)
commit00d78f1348a5980a276bed8f9be09ce2412a6a12
tree81597ac6d857f5ef9bb97a2341b7cfcb0dc68318
parent7ac0199287f7ebfdb4c609b0d3fd5d7fb41d1ce8
Use explicit add_subdirectory's for LLVM target sublibraries instead
of testing for its presence at cmake time.

This way the build automatically regenerates the makefiles when a svn
update brings in a new sublibrary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126068 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
cmake/modules/AddLLVM.cmake
lib/Target/ARM/CMakeLists.txt
lib/Target/Alpha/CMakeLists.txt
lib/Target/Blackfin/CMakeLists.txt
lib/Target/CBackend/CMakeLists.txt
lib/Target/CMakeLists.txt
lib/Target/CellSPU/CMakeLists.txt
lib/Target/CppBackend/CMakeLists.txt
lib/Target/MBlaze/CMakeLists.txt
lib/Target/MSP430/CMakeLists.txt
lib/Target/Mips/CMakeLists.txt
lib/Target/PTX/CMakeLists.txt
lib/Target/PowerPC/CMakeLists.txt
lib/Target/Sparc/CMakeLists.txt
lib/Target/SystemZ/CMakeLists.txt
lib/Target/X86/CMakeLists.txt
lib/Target/XCore/CMakeLists.txt