CMake: Support for cross-compiling. For now, requires a previously
authorOscar Fuentes <ofv@wanadoo.es>
Sun, 9 Nov 2008 18:53:19 +0000 (18:53 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sun, 9 Nov 2008 18:53:19 +0000 (18:53 +0000)
commit3ab40ca3d507ec9d212a3ba498e0d6837634a5ad
treedaf087f18dcc1051cf371f7248aa84780d017daa
parent22b91d7fc47b9667453d56a23eac2b2f7afe9b57
CMake: Support for cross-compiling. For now, requires a previously
built native tblgen which is passed to cmake in the variable
LLVM_TABLEGEN.

See

http://www.cmake.org/Wiki/CmakeMingw

for a quick example on how to cross-compile with CMake.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58939 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
cmake/modules/AddPartiallyLinkedObject.cmake
cmake/modules/CrossCompileLLVM.cmake [new file with mode: 0644]
cmake/modules/TableGen.cmake
tools/llvm-config/CMakeLists.txt
tools/llvmc2/driver/CMakeLists.txt