summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-02-03 20:57:36 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-02-03 20:57:36 +0000
commitd538e249224a91f85bd4297c71b2bfa71113a9ad (patch)
treea0814fc6e53d64a7d02a4e61e77be8620b2c91f2 /cmake/config-ix.cmake
parent2dfbb3e9125aa0a66feab7a7638815b57da85968 (diff)
downloadllvm-d538e249224a91f85bd4297c71b2bfa71113a9ad.tar.gz
llvm-d538e249224a91f85bd4297c71b2bfa71113a9ad.tar.bz2
llvm-d538e249224a91f85bd4297c71b2bfa71113a9ad.tar.xz
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-xcmake/config-ix.cmake16
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
- )
-