summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2010-08-08 04:17:18 +0000
committerOscar Fuentes <ofv@wanadoo.es>2010-08-08 04:17:18 +0000
commit118eb57d762e15e67f9bb61bd9cf0e8545eb4ce8 (patch)
tree65234c5887b431443bae1a930a1a0212511eaa8a /cmake/config-ix.cmake
parent8261dfed05e32302469ef707cc881fed2c31f85f (diff)
downloadllvm-118eb57d762e15e67f9bb61bd9cf0e8545eb4ce8.tar.gz
llvm-118eb57d762e15e67f9bb61bd9cf0e8545eb4ce8.tar.bz2
llvm-118eb57d762e15e67f9bb61bd9cf0e8545eb4ce8.tar.xz
CMake: configure header llvm-config.h
This is the cmake equivalent of r110532, which fixed bug #7809. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110535 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rwxr-xr-xcmake/config-ix.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index e3e5e8d28f..c03c1cb381 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -266,6 +266,11 @@ configure_file(
)
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/System/DataTypes.h.cmake
${LLVM_BINARY_DIR}/include/llvm/System/DataTypes.h
)