OSDN Git Service

CMake: Builds all targets.
authorOscar Fuentes <ofv@wanadoo.es>
Fri, 26 Sep 2008 04:40:32 +0000 (04:40 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Fri, 26 Sep 2008 04:40:32 +0000 (04:40 +0000)
commite1ad087fcbb51ed66e450d010f849b5792b4b6fc
tree2b2810f778bb1811569c18332a0ae6daabb91e9a
parent5af29c2e5709b56de701fa4adb4705b9f84973c8
CMake: Builds all targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56641 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
CMakeLists.txt
cmake/modules/AddLLVM.cmake
cmake/modules/TableGen.cmake [new file with mode: 0644]
lib/Target/ARM/CMakeLists.txt [new file with mode: 0644]
lib/Target/Alpha/CMakeLists.txt [new file with mode: 0644]
lib/Target/CBackend/CMakeLists.txt [new file with mode: 0644]
lib/Target/CellSPU/CMakeLists.txt [new file with mode: 0644]
lib/Target/CppBackend/CMakeLists.txt [new file with mode: 0644]
lib/Target/IA64/CMakeLists.txt [new file with mode: 0644]
lib/Target/MSIL/CMakeLists.txt [new file with mode: 0644]
lib/Target/Mips/CMakeLists.txt [new file with mode: 0644]
lib/Target/PIC16/CMakeLists.txt [new file with mode: 0644]
lib/Target/PowerPC/AsmPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/PowerPC/CMakeLists.txt [new file with mode: 0644]
lib/Target/Sparc/CMakeLists.txt [new file with mode: 0644]
lib/Target/X86/CMakeLists.txt
tools/llvm-config/CMakeLists.txt