summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddPartiallyLinkedObject.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-231-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 Fuentes2009-06-121-1/+1
| | | | | | Patch by Ingmar Vanhassel! llvm-svn: 73216
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-041-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 Gregor2009-03-161-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 Fuentes2009-01-071-1/+1
| | | | | | Based on a bug report by Yonggang Luo. llvm-svn: 61875
* CMake: when building shared libraries, use -fPIC for compilingOscar Fuentes2008-11-201-0/+3
| | | | | | partially linked objects. llvm-svn: 59699
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-151-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 tablegennedOscar Fuentes2008-11-141-0/+2
| | | | | | files. llvm-svn: 59325
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-091-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 onOscar Fuentes2008-11-041-1/+1
| | | | | | Linux/x86-64. llvm-svn: 58677
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-221-0/+2
| | | | llvm-svn: 57945
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-221-1/+15
| | | | llvm-svn: 56453
* add_partially_linked_object: Replaced nonexistent MESSAGE option inOscar Fuentes2008-09-221-1/+1
| | | | | | | add_custom_command with COMMENT. It was forcing unconditional command execution. llvm-svn: 56425
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+21
llvm-svn: 56419
OpenPOWER on IntegriCloud