summaryrefslogtreecommitdiff
path: root/tools/llvm-config
AgeCommit message (Expand)Author
2018-06-23[llvm-config] Use WithColor for printing errors.Jonas Devlieghere
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-01[tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-29Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru
2018-03-09CMake: Make libxml2 show up in --system-libs (PR36660)Hans Wennborg
2018-01-21[cmake] Don't build Native llvm-config when cross compiling if passed by user.Don Hinton
2017-08-03[GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet
2017-07-31[Modules] llvm-config: Exclude CMAKE_CFG_INTDIR. It isn't used in headers.NAKAMURA Takumi
2017-06-01[llvm-config] Don't use PATH_MAXKeno Fischer
2017-06-01[llvm-config] Report --bindir based on LLVM_TOOLS_INSTALL_DIRKeno Fischer
2017-03-22[CMake] Use variable interpolation instead of string concatenationSerge Pavlov
2017-03-21Fix evaluation of LLVM_DEFINITIONSSerge Pavlov
2017-01-12[llvm-config] Fix obviously wrong code in parsing DyLib components.Marcello Maggioni
2017-01-10[llvm-config] Canonicalize CMake booleans to 0/1Michal Gorny
2017-01-06[llvm-config] Print --system-libs only when static linkingMichal Gorny
2017-01-06[llvm-config] Add --cmakedir to obtain CMake module locationMichal Gorny
2016-12-21cmake: Don't build llvm-config and tblgen concurrently in cross buildsJustin Bogner
2016-12-13[llvm-config] Fixing one check where shared libs implied dylibChris Bieneman
2016-12-13llvm-config: Set LinkMode in addition to LinkDyLib when using --ignore-llvmDerek Schuff
2016-12-13[llvm-config] Add --ignore-libllvmChris Bieneman
2016-12-12[llvm-config] Fix bug where `--libfiles` and `--names` would produceDan Liew
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-07-21[llvm-config][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_ISEL on ON/OFF.Quentin Colombet
2016-06-21[build] Make sure to link main executable with pthreadsArtem Belevich
2016-03-14llvm-config: fix --libs on LinuxReid Kleckner
2016-03-08[llvm-config] Get rid of code related to the Makefile buildsFilipe Cabecinhas
2016-03-08[llvm-config] Teach llvm-config about global-isel.Quentin Colombet
2016-02-12llvm-config: replace assertions with a helpful error messageMehdi Amini
2016-02-10llvm-config: Fix DLL prefix on cygming.NAKAMURA Takumi
2016-02-10llvm-config: Quick fix for cross compilation. Don't be confsed between host a...NAKAMURA Takumi
2016-02-09llvm-config: Add preliminary Windows supportEhsan Akhgari
2016-01-26Remove autoconf supportChris Bieneman
2016-01-20tools/llvm-config: improve shared library supportAndrew Wilkins
2016-01-12Revert r257003Andrew Wilkins
2016-01-07tools/llvm-config: improve shared library supportAndrew Wilkins
2015-11-25Fix a use-after-free in `llvm-config`.Richard Diamond
2015-11-11llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]NAKAMURA Takumi
2015-11-10Fix mingw targets. Bandaid for r252532's buildbot brakage.Richard Diamond
2015-11-09Simplify some APIs I was cleaning up while fixing -Wpessimizing-move warningDavid Blaikie
2015-11-09Fix -Wpessimizing-move warning in llvm-config.cppReid Kleckner
2015-11-09Fix `llvm-config` to adapt to the install environment.Richard Diamond
2015-11-04llvm-config: Add --has-rtti optionTom Stellard
2015-09-09llvm-config: Add --build-system optionTom Stellard
2015-08-14[CMake] Fix PR14200, llvm-config output misses -fno-rttiChris Bieneman
2015-08-05Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond
2015-07-27Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien
2015-07-14Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...JF Bastien
2015-07-10Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien
2015-03-12Refactoring CMake CrossCompile module.Chris Bieneman
2015-03-09Make helper functions static.Benjamin Kramer