aboutsummaryrefslogtreecommitdiff
path: root/clang/cmake/modules
AgeCommit message (Expand)AuthorFilesLines
2023-01-13[cmake] Fix path to LLVMConfig.cmake for multi-config buildsNhat Nguyen1-1/+2
2023-01-12Revert "build: with -DCLANGD_ENABLE_REMOTE=ON, search for grpc++ dependencies...Kadir Cetinkaya1-6/+1
2023-01-10build: with -DCLANGD_ENABLE_REMOTE=ON, search for grpc++ dependencies tooSylvestre Ledru1-1/+6
2022-11-25Add version to all LLVM cmake packageThomas Preud'homme3-1/+24
2022-11-25Revert: Add version to all LLVM cmake packageThomas Preud'homme3-24/+1
2022-11-20Add version to all LLVM cmake packageThomas Preud'homme3-1/+24
2022-10-25[clang] Replace BACKEND_PACKAGE_STRING with LLVM_VERSION_STRINGFangrui Song1-1/+1
2022-10-12[CMake] Fix FindGRPC cmake module to allow different layeringSteven Wu1-0/+11
2022-10-01[llvm-driver] Support single distributionsAlex Brachet1-2/+8
2022-10-01[llvm-driver][NFC] Simplify handling of tool symlinksAlex Brachet1-1/+1
2022-09-14[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-1/+1
2022-09-10[clang][cmake] Remove extra braceMohammed Keyvanzadeh1-1/+1
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson1-1/+1
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-1/+1
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2-4/+4
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2-4/+4
2022-08-04Reland "[lldb/Fuzzer] Add fuzzer for expression evaluator"Chelsea Cassanova1-1/+5
2022-07-25[cmake] Support custom package install pathsJohn Ericson1-6/+11
2022-07-25[CMake] Copy folder without permissionsSebastian Neubauer1-1/+2
2022-07-22Revert "[lldb/Fuzzer] Add fuzzer for expression evaluator"Med Ismail Bennani1-5/+1
2022-07-22[lldb/Fuzzer] Add fuzzer for expression evaluatorChelsea Cassanova1-1/+5
2022-07-22[CMake][Clang] Copy folder without permissionsSebastian Neubauer1-0/+2
2022-07-21[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson1-2/+2
2022-07-20[llvm-driver] Generate symlinks instead of executables for toolsAlex Brachet1-23/+40
2022-06-10Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore"John Ericson1-2/+2
2022-06-10[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson1-2/+2
2022-06-06LLVM Driver Multicall toolChris Bieneman1-0/+3
2022-01-21[clang][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson2-3/+6
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-3/+2
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+3
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-3/+2
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+3
2022-01-12[Clang] Make Clang copy its CMake modules into the build dirAndrzej Warzynski1-0/+8
2022-01-07[CMake] Factor out config prefix finding logicJohn Ericson1-10/+2
2021-09-20Revert "Fix CLANG_ENABLE_STATIC_ANALYZER=OFF building all analyzer source"Nico Weber1-10/+2
2021-09-20Fix CLANG_ENABLE_STATIC_ANALYZER=OFF building all analyzer sourceAlex Richardson1-2/+10
2021-05-12[cmake] Add support for multiple distributionsShoaib Meenai3-25/+10
2021-02-04[clang] Add AddClang.cmake to the list of the CMake modules that are installedAndrzej Warzynski1-0/+1
2020-06-30Make it possible for client code to consume CLANG_LINK_CLANG_DYLIBserge-sans-paille1-0/+1
2020-05-06Reland [libclang] Install both libclang.a and libclang.so when LIBCLANG_BUILD...Han Zhu1-31/+41
2020-04-28Revert f8990feb125a "[libclang] Install both libclang.a and libclang.so when ...Hans Wennborg1-32/+30
2020-04-27[libclang] Install both libclang.a and libclang.so when LIBCLANG_BUILD_STATIC=ONHan Zhu1-30/+32
2020-04-03[CMAKE] Plumb include_directories() into tablegen()Stephen Neuendorffer1-1/+1
2020-04-03Revert "[CMAKE] Plumb include_directories() into tablegen()"Stephen Neuendorffer1-1/+1
2020-04-03[CMAKE] Plumb include_directories() into tablegen()Stephen Neuendorffer1-1/+1
2019-12-16Always -I clang/include when tblgen'ing in Clang.John McCall1-1/+2
2019-10-04[CMake] Clang: Don't use object libraries with XcodeJordan Rose1-2/+6
2019-07-12cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard1-2/+2
2019-07-11Rename libclang_shared to libclang-cppSylvestre Ledru1-1/+1
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard1-0/+9