aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-config/llvm-config.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-03-14llvm-config: fix --libs on LinuxReid Kleckner1-7/+9
2016-03-08[llvm-config] Get rid of code related to the Makefile buildsFilipe Cabecinhas1-32/+5
2016-03-08[llvm-config] Teach llvm-config about global-isel.Quentin Colombet1-0/+3
2016-02-12llvm-config: replace assertions with a helpful error messageMehdi Amini1-0/+8
2016-02-10llvm-config: Fix DLL prefix on cygming.NAKAMURA Takumi1-1/+1
2016-02-10llvm-config: Quick fix for cross compilation. Don't be confsed between host a...NAKAMURA Takumi1-1/+1
2016-02-09llvm-config: Add preliminary Windows supportEhsan Akhgari1-33/+54
2016-01-20tools/llvm-config: improve shared library supportAndrew Wilkins1-41/+115
2016-01-12Revert r257003Andrew Wilkins1-87/+25
2016-01-07tools/llvm-config: improve shared library supportAndrew Wilkins1-25/+87
2015-11-25Fix a use-after-free in `llvm-config`.Richard Diamond1-10/+10
2015-11-11llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]NAKAMURA Takumi1-2/+0
2015-11-10Fix mingw targets. Bandaid for r252532's buildbot brakage.Richard Diamond1-1/+1
2015-11-09Simplify some APIs I was cleaning up while fixing -Wpessimizing-move warningDavid Blaikie1-27/+25
2015-11-09Fix -Wpessimizing-move warning in llvm-config.cppReid Kleckner1-1/+1
2015-11-09Fix `llvm-config` to adapt to the install environment.Richard Diamond1-22/+243
2015-11-04llvm-config: Add --has-rtti optionTom Stellard1-0/+3
2015-09-09llvm-config: Add --build-system optionTom Stellard1-0/+3
2015-08-05Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond1-41/+2
2015-07-27Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien1-2/+41
2015-07-14Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...JF Bastien1-41/+2
2015-07-10Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien1-2/+41
2015-03-09Make helper functions static.Benjamin Kramer1-4/+4
2014-12-29[cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX.Chandler Carruth1-4/+6
2014-03-29Windows: canonicalise the default windows tripleSaleem Abdulrasool1-1/+2
2014-03-03Don't emit a blank line when running llvm-config --system-libs.Richard Osborne1-18/+20
2013-12-25llvm-config: Fix typo in help message introduced with r197664.NAKAMURA Takumi1-1/+1
2013-12-20llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle.NAKAMURA Takumi1-0/+1
2013-12-20llvm-config: Use build_mode instead of LLVM_BUILDMODE. It should be equivalen...NAKAMURA Takumi1-3/+3
2013-12-19llvm-config: Don't show build tree with --obj-root for installed llvm-config....NAKAMURA Takumi1-1/+1
2013-12-19llvm-config: Show build root instead of parent path in build tree with --obj-...NAKAMURA Takumi1-0/+1
2013-12-19llvm-config: Introduce --system-libs to print SYSTEM_LIBS, and deprecate SYST...NAKAMURA Takumi1-3/+11
2013-12-18Revert r197380, "llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldf...NAKAMURA Takumi1-8/+2
2013-12-17llvm-config: Let directories aware of CMAKE_CFG_INTDIR.NAKAMURA Takumi1-7/+9
2013-12-16llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags.NAKAMURA Takumi1-2/+8
2013-12-03check-llvm: Ask llvm-config about assertion mode, instead of llc.NAKAMURA Takumi1-0/+7
2013-12-03llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR} on multiconfig builder.NAKAMURA Takumi1-1/+6
2013-06-26Remove unused includes.Rafael Espindola1-1/+0
2013-06-26Port GetMainExecutable over to PathV2.Rafael Espindola1-3/+3
2013-06-11Include PathV1.h in files that use it.Rafael Espindola1-0/+1
2012-05-15llvm-config: Use sys::fs::equivalent instead of string comparison.Daniel Dunbar1-5/+6
2012-05-15llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar1-5/+18
2012-02-23An easy case where GCC should really be able to work out that the value is onlyDuncan Sands1-0/+1
2012-01-26llvm-config: Add support for CMake build trees in which the buildPeter Collingbourne1-7/+19
2011-12-16llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar1-9/+1
2011-12-15llvm-config: Update help text for removal of "backend" pseudo component.Daniel Dunbar1-1/+0
2011-12-12llvm-config: Default to "all" if no components are specified.Daniel Dunbar1-0/+4
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-0/+334
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands1-335/+0