summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-config/llvm-config.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update compiler extension integration into the build systemserge-sans-paille2020-06-171-0/+23
* Fix llvm-config support for CMake build-mode-style buildsJordan Rose2019-08-161-5/+8
* Revert 356905Serge Guelton2019-03-251-12/+6
* Python 2/3 compat: queue vs QueueSerge Guelton2019-03-251-6/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [llvm-config] Use WithColor for printing errors.Jonas Devlieghere2018-06-231-7/+9
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-4/+4
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-1/+1
* [llvm-config] Don't use PATH_MAXKeno Fischer2017-06-011-1/+1
* [llvm-config] Report --bindir based on LLVM_TOOLS_INSTALL_DIRKeno Fischer2017-06-011-1/+3
* [llvm-config] Fix obviously wrong code in parsing DyLib components.Marcello Maggioni2017-01-121-1/+1
* [llvm-config] Canonicalize CMake booleans to 0/1Michal Gorny2017-01-101-6/+6
* [llvm-config] Print --system-libs only when static linkingMichal Gorny2017-01-061-2/+6
* [llvm-config] Add --cmakedir to obtain CMake module locationMichal Gorny2017-01-061-1/+9
* [llvm-config] Fixing one check where shared libs implied dylibChris Bieneman2016-12-131-2/+2
* llvm-config: Set LinkMode in addition to LinkDyLib when using --ignore-llvmDerek Schuff2016-12-131-2/+3
* [llvm-config] Add --ignore-libllvmChris Bieneman2016-12-131-0/+3
* [llvm-config] Fix bug where `--libfiles` and `--names` would produceDan Liew2016-12-121-1/+9
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* llvm-config: fix --libs on LinuxReid Kleckner2016-03-141-7/+9
* [llvm-config] Get rid of code related to the Makefile buildsFilipe Cabecinhas2016-03-081-32/+5
* [llvm-config] Teach llvm-config about global-isel.Quentin Colombet2016-03-081-0/+3
* llvm-config: replace assertions with a helpful error messageMehdi Amini2016-02-121-0/+8
* llvm-config: Fix DLL prefix on cygming.NAKAMURA Takumi2016-02-101-1/+1
* llvm-config: Quick fix for cross compilation. Don't be confsed between host a...NAKAMURA Takumi2016-02-101-1/+1
* llvm-config: Add preliminary Windows supportEhsan Akhgari2016-02-091-33/+54
* tools/llvm-config: improve shared library supportAndrew Wilkins2016-01-201-41/+115
* Revert r257003Andrew Wilkins2016-01-121-87/+25
* tools/llvm-config: improve shared library supportAndrew Wilkins2016-01-071-25/+87
* Fix a use-after-free in `llvm-config`.Richard Diamond2015-11-251-10/+10
* llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]NAKAMURA Takumi2015-11-111-2/+0
* Fix mingw targets. Bandaid for r252532's buildbot brakage.Richard Diamond2015-11-101-1/+1
* Simplify some APIs I was cleaning up while fixing -Wpessimizing-move warningDavid Blaikie2015-11-091-27/+25
* Fix -Wpessimizing-move warning in llvm-config.cppReid Kleckner2015-11-091-1/+1
* Fix `llvm-config` to adapt to the install environment.Richard Diamond2015-11-091-22/+243
* llvm-config: Add --has-rtti optionTom Stellard2015-11-041-0/+3
* llvm-config: Add --build-system optionTom Stellard2015-09-091-0/+3
* Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond2015-08-051-41/+2
* Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien2015-07-271-2/+41
* Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...JF Bastien2015-07-141-41/+2
* Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien2015-07-101-2/+41
* Make helper functions static.Benjamin Kramer2015-03-091-4/+4
* [cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX.Chandler Carruth2014-12-291-4/+6
* Windows: canonicalise the default windows tripleSaleem Abdulrasool2014-03-291-1/+2
* Don't emit a blank line when running llvm-config --system-libs.Richard Osborne2014-03-031-18/+20
* llvm-config: Fix typo in help message introduced with r197664.NAKAMURA Takumi2013-12-251-1/+1
* llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle.NAKAMURA Takumi2013-12-201-0/+1
* llvm-config: Use build_mode instead of LLVM_BUILDMODE. It should be equivalen...NAKAMURA Takumi2013-12-201-3/+3
* llvm-config: Don't show build tree with --obj-root for installed llvm-config....NAKAMURA Takumi2013-12-191-1/+1
OpenPOWER on IntegriCloud