aboutsummaryrefslogtreecommitdiff
path: root/clang/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-01-19[CMake] Remove dead code setting policies to NEWRaul Tambre1-4/+0
2020-12-17Remove Python2 fallback and only advertise Python3 in the docserge-sans-paille1-14/+1
2020-12-01Reland [CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/Arthur Eubanks1-3/+0
2020-12-01Revert "[CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/"Arthur Eubanks1-0/+3
2020-12-01[CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/Arthur Eubanks1-3/+0
2020-11-02[clang] Limit scope of CLANG_VENDOR definitionShoaib Meenai1-4/+0
2020-10-21Remove .svn from exclude list as we moved to gitSylvestre Ledru1-1/+0
2020-10-08[OpenMP] Change CMake Configuration to Build for Highest CUDA Architecture by...Joseph Huber1-5/+18
2020-09-21[cmake] Centralize LLVM_ENABLE_WARNINGS optionDave Lee1-1/+0
2020-09-10Add an explicit toggle for the static analyzer in clang-tidyNico Weber1-1/+2
2020-09-08[CMake] Remove dead FindPythonInterp codeRaul Tambre1-28/+9
2020-08-05[CMake] Print the autodetected host linker versionPetr Hosek1-7/+7
2020-08-02[CMake] Default ENABLE_X86_RELAX_RELOCATIONS to ONFangrui Song1-1/+1
2020-08-02[CMake] Pass bugreport URL to standalone clang buildMichał Górny1-0/+2
2020-07-28[clang][cmake] Force CMAKE_LINKER for multistage build in case of BOOTSTRAP_L...Kristina Bessonova1-0/+8
2020-07-27[CMake] Move find_package(ZLIB) to LLVMConfigPetr Hosek1-4/+0
2020-07-23[CMake] Simplify CMake handling for zlibPetr Hosek1-0/+4
2020-07-23Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek1-4/+0
2020-07-23[CMake] Simplify CMake handling for zlibPetr Hosek1-0/+4
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-1/+1
2020-07-17[CMake] Make `intrinsics_gen` dependency unconditional.Michele Scandale1-1/+1
2020-07-14Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek1-4/+0
2020-07-14[CMake] Simplify CMake handling for zlibPetr Hosek1-0/+4
2020-07-10repair standalone clang buildsSaleem Abdulrasool1-0/+4
2020-07-02Fix missing build dependency on omp_gen.Simon Tatham1-1/+4
2020-05-29[CMake] Pass CLANG_VENDOR variables into later stagesSylvestre Ledru1-0/+1
2020-04-29Revert "Temporarily revert "build: use `find_package(Python3)` if available""Saleem Abdulrasool1-8/+30
2020-04-28Temporarily revert "build: use `find_package(Python3)` if available"Eric Christopher1-30/+8
2020-04-28build: use `find_package(Python3)` if availableSaleem Abdulrasool1-8/+30
2020-04-27Revert "build: use `find_package(Python3)` if available"Saleem Abdulrasool1-30/+8
2020-04-28build: use `find_package(Python3)` if availableSaleem Abdulrasool1-8/+30
2020-03-30Move CLANG_SYSTEMZ_DEFAULT_ARCH to config.h.Nico Weber1-3/+1
2020-03-30[SystemZ] Allow configuring default CLANG_SYSTEMZ_ARCHUlrich Weigand1-0/+4
2020-03-26[clang] Allow -DDEFAULT_SYSROOT to be a relative pathSam Clegg1-1/+1
2020-03-20[cmake] Fix -stripped for umbrella library install targetsShoaib Meenai1-0/+1
2020-02-20Fix compiler extension in standalone modeserge-sans-paille1-1/+1
2020-02-15Fix standalone build interaction with compiler extensionserge-sans-paille1-1/+1
2020-02-13Fix integration of pass plugins with llvm dylibserge-sans-paille1-0/+1
2020-01-13[Clang][Driver] Re-use the calling process instead of creating a new process ...Alexandre Ganea1-0/+3
2019-12-13[clang] Move CLANG_BOOTSTRAP_CMAKE_ARGS above PASSTHROUGH_VARIABLESXin-Xin Wang1-1/+1
2019-10-07[clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS in stand-alone buildMichal Gorny1-0/+5
2019-10-04[clang] [cmake] Add distribution install targets for remaining componentsMichal Gorny1-2/+8
2019-07-18[CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere1-1/+0
2019-07-11Rename libclang_shared to libclang-cppSylvestre Ledru1-1/+1
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard1-0/+8
2019-03-25Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha1-26/+1
2019-03-25[clang] Remove cmake warning message (NFC)Evandro Menezes1-1/+2
2019-03-19Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]Sterling Augustine1-0/+18
2019-03-11[clang] Add install targets for API headersShoaib Meenai1-0/+12
2019-03-06Passthrough compiler launcherJF Bastien1-0/+2