aboutsummaryrefslogtreecommitdiff
path: root/clang/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#...Amir Ayupov1-14/+30
2024-01-22Revert "Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT op...Amir Ayupov1-30/+14
2024-01-22Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#...Amir Ayupov1-14/+30
2024-01-22Revert "[Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (...David Spickett1-30/+14
2024-01-21[Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#69133)Amir Ayupov1-14/+30
2024-01-10[CMake] Deprecate GCC_INSTALL_PREFIX (#77537)Fangrui Song1-0/+6
2023-12-22[CMake] Move check for dlfcn.h and dladdr to clang (#76163)Abhina Sree1-0/+17
2023-12-05Include LLVM_VERSION_SUFFIX in the Clang version string. (#74469)James Y Knight1-2/+5
2023-08-04cmake: add missing dependencies on ClangDriverOptions tablegenJon Roelofs1-0/+1
2023-06-09[clang] set python3 as required build dependencyPetr Hosek1-3/+3
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-8/+1
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+8
2023-05-17[cmake] Correct option to LLVM_FORCE_USE_OLD_TOOLCHAINJonas Hahnfeld1-1/+1
2023-05-13[Clang][CMake] Use perf-training for Clang-BOLTAmir Ayupov1-66/+3
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+8
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-04-24Disable compiler launcher on external projects and multi stage clangHaowei Wu1-2/+0
2023-04-20[CMake] Add llvm-lib to Clang bootstrap dependency for LTO builds on WindowsIgor Kudrin1-0/+3
2023-04-19Revert "[cmake] Explicitly disable download step"Vitaly Buka1-2/+0
2023-04-19[cmake] Explicitly disable download stepVitaly Buka1-0/+2
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever1-1/+8
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-8/+1
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+8
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-03-10clang/cmake: Use installed gtest libraries for stand-alone buildsTom Stellard1-13/+9
2023-03-10Revert "Add install targets for gtest"Tom Stellard1-9/+13
2023-03-10Add install targets for gtestTom Stellard1-13/+9
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+8
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-8/+1
2023-02-06[Clang] Add llvm-mt and llvm-rc to Clang bootstrap dependencyHaowei Wu1-0/+8
2023-01-28[CMake] Replace clang binary if using clang-bolt targetAmir Ayupov1-15/+2
2023-01-13[Clang] Remove `CLANG_OPENMP_NVPTX_DEFAULT_ARCH` CMake option.Joseph Huber1-25/+0
2022-12-11[CMake] Warn when the version is older than 3.20.0.Mark de Wever1-0/+7
2022-11-14[cmake] Fix _GNU_SOURCE being added unconditionallyAndreas Hollandt1-2/+0
2022-11-09Move googletest to the third-party directoryTom Stellard1-3/+3
2022-11-09Revert "Move googletest to the third-party directory"Tom Stellard1-3/+3
2022-11-09Move googletest to the third-party directoryTom Stellard1-3/+3
2022-11-03clang/cmake: Simplify lit detection for standalone buildsTom Stellard1-7/+6
2022-11-03Link libclangBasic against libatomic when necessary.Sam James1-0/+1
2022-10-28Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-4/+6
2022-10-27Revert "Harmonize cmake_policy() across standalone builds of all projects"Michał Górny1-2/+0
2022-10-27Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-0/+2
2022-10-26clang: Add a cmake toggle to disable libclang's libxml2 dependencyNico Weber1-1/+6
2022-10-25[clang] Replace BACKEND_PACKAGE_STRING with LLVM_VERSION_STRINGFangrui Song1-4/+0
2022-10-19[CMake] Disable BOLT instrumentation of Clang on instrumented buildAmir Ayupov1-1/+1
2022-10-16[CMake] Remove CLANG_DEFAULT_STD_C/CLANG_DEFAULT_STD_CXXFangrui Song1-6/+0
2022-10-06[clang] Remove CLANG_ENABLE_OPAQUE_POINTERS cmake optionNikita Popov1-11/+0
2022-09-27[CMake] Add `CLANG_ENABLE_HLSL` CMake optionChris Bieneman1-0/+4
2022-09-23[CMake] Add clang-bolt targetAmir Ayupov1-1/+113