Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate object-relinking support from CMake. Fixes PR 4429 and | Douglas Gregor | 2009-06-23 | 1 | -42/+0 |
| | | | | | | | cleans up the CMake-based build system a bit. Started by a patch from Xerxes Rånby. llvm-svn: 73969 | ||||
* | CMake: New variable LLVM_LIBDIR_SUFFIX. | Oscar Fuentes | 2009-06-12 | 1 | -1/+1 |
| | | | | | | Patch by Ingmar Vanhassel! llvm-svn: 73216 | ||||
* | CMake: Use explicit dependencies for Xcode (as well as MSVC), to make | Douglas Gregor | 2009-06-04 | 1 | -6/+6 |
| | | | | | | the CMake-generated Xcode project build properly. llvm-svn: 72883 | ||||
* | CMake: Build system fixes for XCode. llvm-config still causes us some ↵ | Douglas Gregor | 2009-03-16 | 1 | -2/+2 |
| | | | | | | serious trouble, but it's less serious than it used to be llvm-svn: 67056 | ||||
* | CMake: replace `rm' with portable invocations of cmake. | Oscar Fuentes | 2009-01-07 | 1 | -1/+1 |
| | | | | | | Based on a bug report by Yonggang Luo. llvm-svn: 61875 | ||||
* | CMake: when building shared libraries, use -fPIC for compiling | Oscar Fuentes | 2008-11-20 | 1 | -0/+3 |
| | | | | | | partially linked objects. llvm-svn: 59699 | ||||
* | CMake: Adds header and TableGen files to Visual Studio solution. A new | Oscar Fuentes | 2008-11-15 | 1 | -2/+2 |
| | | | | | | | dummy library, `llvm_headers_do_not_build', is created for containing all header and TableGen files under include/llvm. llvm-svn: 59346 | ||||
* | CMake: Fixed dependencies of .cpp source files on .td and tablegenned | Oscar Fuentes | 2008-11-14 | 1 | -0/+2 |
| | | | | | | files. llvm-svn: 59325 | ||||
* | CMake: Support for cross-compiling. For now, requires a previously | Oscar Fuentes | 2008-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | CMake: Support for building 32 bit mode libs and binaries on | Oscar Fuentes | 2008-11-04 | 1 | -1/+1 |
| | | | | | | Linux/x86-64. llvm-svn: 58677 | ||||
* | CMake: `make install' for libraries, executables and header files. | Oscar Fuentes | 2008-10-22 | 1 | -0/+2 |
| | | | | llvm-svn: 57945 | ||||
* | CMake build system: support for parallel builds. | Oscar Fuentes | 2008-09-22 | 1 | -1/+15 |
| | | | | llvm-svn: 56453 | ||||
* | add_partially_linked_object: Replaced nonexistent MESSAGE option in | Oscar Fuentes | 2008-09-22 | 1 | -1/+1 |
| | | | | | | | add_custom_command with COMMENT. It was forcing unconditional command execution. llvm-svn: 56425 | ||||
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+21 |
llvm-svn: 56419 |