Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build system infrastructure for multiple tblgens. | Peter Collingbourne | 2011-10-06 | 1 | -26/+0 |
| | | | | llvm-svn: 141266 | ||||
* | cmake/*: Add svn:eol-style=native and fix CRLF. | NAKAMURA Takumi | 2011-02-03 | 1 | -26/+26 |
| | | | | llvm-svn: 124793 | ||||
* | CMake: Fixed parallel build problem related to native tblgen when | Oscar Fuentes | 2009-06-11 | 1 | -3/+3 |
| | | | | | | cross-compiling. llvm-svn: 73180 | ||||
* | CMake: Fixed cross-compiling. | Oscar Fuentes | 2008-11-10 | 1 | -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't | Oscar Fuentes | 2008-11-10 | 1 | -27/+16 |
| | | | | | | set LLVM_TABLEGEN. llvm-svn: 58953 | ||||
* | CMake: Non-working code for auto-building the native tblgen util when | Oscar Fuentes | 2008-11-10 | 1 | -3/+39 |
| | | | | | | cross-compiling. llvm-svn: 58950 | ||||
* | CMake: Support for cross-compiling. For now, requires a previously | Oscar Fuentes | 2008-11-09 | 1 | -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 |