summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-config
Commit message (Expand)AuthorAgeFilesLines
* Update compiler extension integration into the build systemserge-sans-paille2020-06-171-0/+23
* llvm-config: do not link absolute paths with `-l`Saleem Abdulrasool2019-12-031-1/+5
* llvm-config: emit the C++ standard flag into CXXFLAGSSaleem Abdulrasool2019-11-011-4/+3
* [NFC][cmake] Build fix in tools/llvm-config/CMakeLists.txtGabor Buella2019-08-261-3/+3
* Fix llvm-config support for CMake build-mode-style buildsJordan Rose2019-08-161-5/+8
* Re-commit: r366610 and r366612: Expand pseudo-components before embedding in ...Daniel Sanders2019-07-192-1/+2
* Revert r366610 and r366612: Expand pseudo-components before embedding in llvm...Daniel Sanders2019-07-192-2/+1
* Expand pseudo-components before embedding in llvm-configDaniel Sanders2019-07-192-1/+2
* [cmake] Add function for building native toolShoaib Meenai2019-04-021-9/+2
* [cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFCFangrui Song2019-03-301-1/+1
* Revert 356905Serge Guelton2019-03-251-12/+6
* Python 2/3 compat: queue vs QueueSerge Guelton2019-03-251-6/+12
* llvm-config: Include -stdlib= in --cxxflagsTom Stellard2019-02-281-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Don't add unnecessary compiler flags to llvm-config outputTom Stellard2018-12-131-3/+11
* 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
OpenPOWER on IntegriCloud