summaryrefslogtreecommitdiff
path: root/tools/llvm-config
AgeCommit message (Expand)Author
2014-12-29[cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX.Chandler Carruth
2014-09-03Enabling LLVM & Clang to be cross-compiled using CMake from a single configur...Chris Bieneman
2014-04-25Change llvm-config --ldflags to report ${CMAKE_CXX_LINK_FLAGS}Reid Kleckner
2014-03-29Windows: canonicalise the default windows tripleSaleem Abdulrasool
2014-03-03Don't emit a blank line when running llvm-config --system-libs.Richard Osborne
2014-02-23Simplify linking to system librariesNAKAMURA Takumi
2013-12-25llvm-config: Fix typo in help message introduced with r197664.NAKAMURA Takumi
2013-12-20llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle.NAKAMURA Takumi
2013-12-20llvm-config: Use build_mode instead of LLVM_BUILDMODE. It should be equivalen...NAKAMURA Takumi
2013-12-19llvm-config: Don't show build tree with --obj-root for installed llvm-config....NAKAMURA Takumi
2013-12-19llvm-config: Show build root instead of parent path in build tree with --obj-...NAKAMURA Takumi
2013-12-19llvm-config: Introduce --system-libs to print SYSTEM_LIBS, and deprecate SYST...NAKAMURA Takumi
2013-12-18Revert r197380, "llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldf...NAKAMURA Takumi
2013-12-17llvm-config: Let directories aware of CMAKE_CFG_INTDIR.NAKAMURA Takumi
2013-12-16llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should b...NAKAMURA Takumi
2013-12-16llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags.NAKAMURA Takumi
2013-12-05Correct word hyphenationsAlp Toker
2013-12-03check-llvm: Ask llvm-config about assertion mode, instead of llc.NAKAMURA Takumi
2013-12-03llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR} on multiconfig builder.NAKAMURA Takumi
2013-08-28cmake: Prevent semicolon separated lists in llvm-config (PR17020)Hans Wennborg
2013-08-23CMake: build llvm-config on Windows.Hans Wennborg
2013-06-26Remove unused includes.Rafael Espindola
2013-06-26Port GetMainExecutable over to PathV2.Rafael Espindola
2013-06-11Include PathV1.h in files that use it.Rafael Espindola
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