Changes for building Clang and others using LLVM as an external
authorOscar Fuentes <ofv@wanadoo.es>
Thu, 3 Feb 2011 20:57:36 +0000 (20:57 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Thu, 3 Feb 2011 20:57:36 +0000 (20:57 +0000)
commitd538e249224a91f85bd4297c71b2bfa71113a9ad
treea0814fc6e53d64a7d02a4e61e77be8620b2c91f2
parent2dfbb3e9125aa0a66feab7a7638815b57da85968
Changes for building Clang and others using LLVM as an external
library.

Installs tblgen (required by Clang).

Translates handling of user settings and platform-dependant options to
its own file, where it can included by another project.

Installs the .cmake files required by projects like Clang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124816 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
cmake/config-ix.cmake
cmake/modules/CMakeLists.txt
cmake/modules/HandleLLVMOptions.cmake [new file with mode: 0644]
cmake/modules/LLVM.cmake
cmake/modules/TableGen.cmake
utils/TableGen/CMakeLists.txt