aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-config/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes2009-06-031-1/+0
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-271-1/+6
* Accommodate empty string for build type. This was previously causing an errorTed Kremenek2009-04-081-1/+1
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-041-3/+8
* CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma asOscar Fuentes2009-04-031-7/+7
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-161-1/+1
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-071-4/+4
* CMake: Removed some cruft.Oscar Fuentes2008-11-151-8/+3
* CMake: Recursively invokes cmake using the right directories.Oscar Fuentes2008-11-151-1/+1
* CMake: forces rebuild of llvm-config's library dependency info when aOscar Fuentes2008-11-111-0/+1
* CMake: Corrected detection of `nm'.Oscar Fuentes2008-11-091-1/+3
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-091-1/+9
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-261-11/+4
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-221-0/+5
* CMake: Builds all targets.Oscar Fuentes2008-09-261-1/+4
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-221-2/+3
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+102