aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-config/llvm-config.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-26[llvm] Use llvm::replace (NFC) (#137481)Kazu Hirata1-16/+12
2025-04-24[LLVM][Cygwin] Fix shared library name (#136599)jeremyd20191-3/+6
2024-07-04Revert "[llvm-config] Quote and escape paths if necessary (#97305)"Alexandre Ganea1-48/+22
2024-07-03[llvm-config] Quote and escape paths if necessary (#97305)Alexandre Ganea1-22/+48
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata1-3/+3
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-5/+5
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-11-02[llvm-config] Remove --src-root optionMichał Górny1-3/+0
2022-08-20Use range-based for loops (NFC)Kazu Hirata1-10/+7
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-8/+6
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-6/+8
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-07-26[llvm][cmake] Follow up to D117973John Ericson1-1/+5
2022-03-31[docs] [tools] Document and alphabetize all llvm-config command-line optionsFrances Wingerter1-22/+26
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-2/+2
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-2/+2
2022-01-08[llvm] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson1-4/+10
2021-12-10Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation d...Med Ismail Bennani1-10/+4
2021-12-10Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- ...John Ericson1-4/+10
2021-11-02Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM"Med Ismail Bennani1-10/+4
2021-11-02Use `GNUInstallDirs` to support custom installation dirs. -- LLVMJohn Ericson1-4/+10
2021-10-08Remove unnecessary StringRef convesion in llvm-configJohn Ericson1-1/+1
2020-09-12[MinGW] Use lib prefix for librariesMateusz Mikuła1-0/+1
2020-08-27[Test] Tidy up loose ends from LLVM_HAS_GLOBAL_ISELRussell Gallop1-3/+0
2020-04-24Update compiler extension integration into the build systemserge-sans-paille1-0/+23
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+4
2019-08-16Fix llvm-config support for CMake build-mode-style buildsJordan Rose1-5/+8
2019-03-25Revert 356905Serge Guelton1-12/+6
2019-03-25Python 2/3 compat: queue vs QueueSerge Guelton1-6/+12
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song1-1/+1
2018-06-23[llvm-config] Use WithColor for printing errors.Jonas Devlieghere1-7/+9
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-4/+4
2018-04-01[tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-1/+1
2017-06-01[llvm-config] Don't use PATH_MAXKeno Fischer1-1/+1
2017-06-01[llvm-config] Report --bindir based on LLVM_TOOLS_INSTALL_DIRKeno Fischer1-1/+3
2017-01-12[llvm-config] Fix obviously wrong code in parsing DyLib components.Marcello Maggioni1-1/+1
2017-01-10[llvm-config] Canonicalize CMake booleans to 0/1Michal Gorny1-6/+6
2017-01-06[llvm-config] Print --system-libs only when static linkingMichal Gorny1-2/+6
2017-01-06[llvm-config] Add --cmakedir to obtain CMake module locationMichal Gorny1-1/+9
2016-12-13[llvm-config] Fixing one check where shared libs implied dylibChris Bieneman1-2/+2
2016-12-13llvm-config: Set LinkMode in addition to LinkDyLib when using --ignore-llvmDerek Schuff1-2/+3
2016-12-13[llvm-config] Add --ignore-libllvmChris Bieneman1-0/+3
2016-12-12[llvm-config] Fix bug where `--libfiles` and `--names` would produceDan Liew1-1/+9
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