diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-03 20:57:36 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-03 20:57:36 +0000 |
commit | d538e249224a91f85bd4297c71b2bfa71113a9ad (patch) | |
tree | a0814fc6e53d64a7d02a4e61e77be8620b2c91f2 /cmake/config-ix.cmake | |
parent | 2dfbb3e9125aa0a66feab7a7638815b57da85968 (diff) |
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
Diffstat (limited to 'cmake/config-ix.cmake')
-rwxr-xr-x | cmake/config-ix.cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake index 31fd632bea..8484bb6251 100755 --- a/cmake/config-ix.cmake +++ b/cmake/config-ix.cmake @@ -357,19 +357,3 @@ else( ENABLE_THREADS ) endif() set(LLVM_PREFIX ${CMAKE_INSTALL_PREFIX}) - -configure_file( - ${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/config.h.cmake - ${LLVM_BINARY_DIR}/include/llvm/Config/config.h - ) - -configure_file( - ${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/llvm-config.h.cmake - ${LLVM_BINARY_DIR}/include/llvm/Config/llvm-config.h - ) - -configure_file( - ${LLVM_MAIN_INCLUDE_DIR}/llvm/Support/DataTypes.h.cmake - ${LLVM_BINARY_DIR}/include/llvm/Support/DataTypes.h - ) - |