summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru2018-03-291-1/+1
* CMake: Make libxml2 show up in --system-libs (PR36660)Hans Wennborg2018-03-091-2/+3
* [cmake] Don't build Native llvm-config when cross compiling if passed by user.Don Hinton2018-01-211-8/+7
* [GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet2017-08-031-5/+1
* [Modules] llvm-config: Exclude CMAKE_CFG_INTDIR. It isn't used in headers.NAKAMURA Takumi2017-07-311-0/+6
* [llvm-config] Don't use PATH_MAXKeno Fischer2017-06-011-1/+1
* [llvm-config] Report --bindir based on LLVM_TOOLS_INSTALL_DIRKeno Fischer2017-06-012-1/+4
* [CMake] Use variable interpolation instead of string concatenationSerge Pavlov2017-03-221-3/+3
* Fix evaluation of LLVM_DEFINITIONSSerge Pavlov2017-03-211-3/+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-103-16/+17
* [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
* cmake: Don't build llvm-config and tblgen concurrently in cross buildsJustin Bogner2016-12-211-1/+2
* [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][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_ISEL on ON/OFF.Quentin Colombet2016-07-211-1/+5
* [build] Make sure to link main executable with pthreadsArtem Belevich2016-06-211-1/+7
* 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-083-0/+5
* 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-092-34/+59
* Remove autoconf supportChris Bieneman2016-01-261-99/+0
* tools/llvm-config: improve shared library supportAndrew Wilkins2016-01-204-41/+122
* Revert r257003Andrew Wilkins2016-01-124-94/+25
* tools/llvm-config: improve shared library supportAndrew Wilkins2016-01-074-25/+94
* 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-094-22/+259
* llvm-config: Add --has-rtti optionTom Stellard2015-11-044-0/+13
* llvm-config: Add --build-system optionTom Stellard2015-09-094-0/+8
* [CMake] Fix PR14200, llvm-config output misses -fno-rttiChris Bieneman2015-08-141-6/+9
* Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond2015-08-054-50/+2
* Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien2015-07-274-2/+50
* Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...JF Bastien2015-07-144-50/+2
* Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien2015-07-104-2/+50
* Refactoring CMake CrossCompile module.Chris Bieneman2015-03-121-1/+1
OpenPOWER on IntegriCloud