aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-config
AgeCommit message (Expand)AuthorFilesLines
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata1-3/+3
2023-12-14[llvm][cmake] Use $<CONFIG> instead of ${CMAKE_CFG_INTDIR} for llvm-config (#...Michael Spencer1-1/+1
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
2023-01-24[cmake] Stop using add_definitionsJay Foad1-1/+1
2023-01-18[CMake] Allow setting the location of host tools with LLVM_NATIVE_TOOL_DIRMartin Storsjö1-5/+13
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-1/+4
2022-11-02[llvm-config] Remove --src-root optionMichał Górny1-3/+0
2022-09-01tweak zstd behavior in cmake and llvm config for better testingCole Kissane1-1/+7
2022-08-20Use range-based for loops (NFC)Kazu Hirata1-10/+7
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2-9/+7
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2-7/+9
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-07-26[llvm][cmake] Follow up to D117973John Ericson2-1/+6
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 Ericson2-4/+11
2022-01-04[llvm][cmake] never link llvm-config against llvm dylibsternenseemann1-0/+6
2021-12-10Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation d...Med Ismail Bennani2-12/+4
2021-12-10Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- ...John Ericson2-4/+12
2021-11-02Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM"Med Ismail Bennani2-12/+4
2021-11-02Use `GNUInstallDirs` to support custom installation dirs. -- LLVMJohn Ericson2-4/+12
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 Gallop3-6/+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-12-03llvm-config: do not link absolute paths with `-l`Saleem Abdulrasool1-1/+5
2019-11-01llvm-config: emit the C++ standard flag into CXXFLAGSSaleem Abdulrasool1-4/+3
2019-08-26[NFC][cmake] Build fix in tools/llvm-config/CMakeLists.txtGabor Buella1-3/+3
2019-08-16Fix llvm-config support for CMake build-mode-style buildsJordan Rose1-5/+8
2019-07-19Re-commit: r366610 and r366612: Expand pseudo-components before embedding in ...Daniel Sanders2-1/+2
2019-07-19Revert r366610 and r366612: Expand pseudo-components before embedding in llvm...Daniel Sanders2-2/+1
2019-07-19Expand pseudo-components before embedding in llvm-configDaniel Sanders2-1/+2
2019-04-02[cmake] Add function for building native toolShoaib Meenai1-9/+2
2019-03-30[cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFCFangrui Song1-1/+1
2019-03-25Revert 356905Serge Guelton1-12/+6
2019-03-25Python 2/3 compat: queue vs QueueSerge Guelton1-6/+12
2019-02-28llvm-config: Include -stdlib= in --cxxflagsTom Stellard1-1/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-12-13Don't add unnecessary compiler flags to llvm-config outputTom Stellard1-3/+11
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
2018-03-29Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru1-1/+1
2018-03-09CMake: Make libxml2 show up in --system-libs (PR36660)Hans Wennborg1-2/+3
2018-01-21[cmake] Don't build Native llvm-config when cross compiling if passed by user.Don Hinton1-8/+7
2017-08-03[GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet1-5/+1