summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/CrossCompileLLVM.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-26/+0
| | | | llvm-svn: 141266
* cmake/*: Add svn:eol-style=native and fix CRLF.NAKAMURA Takumi2011-02-031-26/+26
| | | | llvm-svn: 124793
* CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes2009-06-111-3/+3
| | | | | | cross-compiling. llvm-svn: 73180
* CMake: Fixed cross-compiling.Oscar Fuentes2008-11-101-7/+2
| | | | | | | `clean' makefile target removes add-hoc directory created for building the native tablegen. llvm-svn: 59005
* CMake: Builds a native tblgen when cross-compiling and the user didn'tOscar Fuentes2008-11-101-27/+16
| | | | | | set LLVM_TABLEGEN. llvm-svn: 58953
* CMake: Non-working code for auto-building the native tblgen util whenOscar Fuentes2008-11-101-3/+39
| | | | | | cross-compiling. llvm-svn: 58950
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-091-0/+6
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. llvm-svn: 58939
OpenPOWER on IntegriCloud