summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddPartiallyLinkedObject.cmake
Commit message (Expand)AuthorAgeFilesLines
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-231-42/+0
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-121-1/+1
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-041-6/+6
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-161-2/+2
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-071-1/+1
* CMake: when building shared libraries, use -fPIC for compilingOscar Fuentes2008-11-201-0/+3
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-151-2/+2
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-141-0/+2
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-091-1/+1
* CMake: Support for building 32 bit mode libs and binaries onOscar Fuentes2008-11-041-1/+1
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-221-0/+2
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-221-1/+15
* add_partially_linked_object: Replaced nonexistent MESSAGE option inOscar Fuentes2008-09-221-1/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+21
OpenPOWER on IntegriCloud