aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-config/CMakeLists.txt
AgeCommit message (Expand)Author
2011-12-16llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands
2011-11-29llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-11-10Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar
2011-11-10llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-11-02Add back the top-level target for 'llvm-config' and the dependency edgeChandler Carruth
2011-11-02build/CMake: Remove llvm-config.target used to serialize tool builds onDaniel Dunbar
2011-10-28Have llvm-config --cppflags print correct flags when in CMake build directoryPeter Collingbourne
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-04-05Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes
2011-04-01CMake: remove debug code from previous commit.Oscar Fuentes
2011-04-01Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.inOscar Fuentes
2011-03-19Make llvm-config.in configuration more MSYS-friendly.Oscar Fuentes
2011-03-19CMake: store TARGET_TRIPLE on llvm-config.in.Oscar Fuentes
2011-02-22CMake: remove unnecessary variable.Oscar Fuentes
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2011-01-27Don't show -pedantic, -W and -Wall on the output ofOscar Fuentes
2010-10-02Stop the build if cyclic library dependecies found.Oscar Fuentes
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-08-15CMake: Improved COMMENT on a custom commandOscar Fuentes
2010-02-23Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar
2010-02-23Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar
2009-11-07Stop running get_target_triple more than we need to.Daniel Dunbar
2009-10-04CMake: remove .so file extension from library names when buildingOscar Fuentes
2009-09-22Fix llvm-config --src-root and --obj-root for CMake builds.Daniel Dunbar
2009-09-16Make cmake generated llvm-config output correct JIT backend for non X86 targets.Xerxes Ranby
2009-08-14CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes
2009-08-14CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes
2009-08-14CMake: build llvm-config before the other tools.Oscar Fuentes
2009-08-12CMake: Localized dependency on Perl.Oscar Fuentes
2009-08-12CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes
2009-06-03CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes
2009-05-27CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes
2009-04-08Accommodate empty string for build type. This was previously causing an errorTed Kremenek
2009-04-04CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes
2009-04-03CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma asOscar Fuentes
2009-03-16CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor
2009-01-07CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes
2008-11-15CMake: Removed some cruft.Oscar Fuentes
2008-11-15CMake: Recursively invokes cmake using the right directories.Oscar Fuentes
2008-11-11CMake: forces rebuild of llvm-config's library dependency info when aOscar Fuentes
2008-11-09CMake: Corrected detection of `nm'.Oscar Fuentes
2008-11-09CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes
2008-10-26CMake: GetTargetTriple: new module for determining the targetOscar Fuentes
2008-10-22CMake: `make install' for libraries, executables and header files.Oscar Fuentes
2008-09-26CMake: Builds all targets.Oscar Fuentes
2008-09-22CMake build system: support for parallel builds.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes