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