aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-config
AgeCommit message (Expand)Author
2012-10-01Re-enable support for --program-prefix.Jordan Rose
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose
2012-09-25Add --program-prefix support to buildSebastian Pop
2012-05-15llvm-config: Use sys::fs::equivalent instead of string comparison.Daniel Dunbar
2012-05-15llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar
2012-05-09Do not install llvm-config-host for cross-builds of clang. rdar://11317847Bob Wilson
2012-02-23An easy case where GCC should really be able to work out that the value is onlyDuncan Sands
2012-01-26llvm-config: Add support for CMake build trees in which the buildPeter Collingbourne
2011-12-16llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar
2011-12-15llvm-config: Update help text for removal of "backend" pseudo component.Daniel Dunbar
2011-12-12llvm-config: Default to "all" if no components are specified.Daniel 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-09llvm-config: Drop 'backend' pseudo-component. We don't support/qualify the CBEDaniel Dunbar
2011-11-02Add back the top-level target for 'llvm-config' and the dependency edgeChandler Carruth
2011-11-02build/Make: Get rid of llvm-config-perobj, which isn't used anymore.Daniel Dunbar
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-10-18llvm-config: Add an all-targets pseudo-component.Daniel Dunbar
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-11-14fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner
2010-10-02Stop the build if cyclic library dependecies found.Oscar Fuentes
2010-09-29Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands
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-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar
2010-02-23Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar
2010-02-23Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar
2010-02-04New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-18make llvm-config more portable to windows versions of perl,Chris Lattner
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel 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-22llvm-config: Remove unused variables.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