aboutsummaryrefslogtreecommitdiff
path: root/clang/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2019-08-26Merging r366447:Hans Wennborg1-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
2019-02-20[clang] Switch to LLVM_ENABLE_IDEShoaib Meenai1-2/+2
2019-02-20CMake: Fix stand-alone clang builds since r353268Tom Stellard1-0/+5
2019-02-15[clang] Add build and install targets for clang librariesShoaib Meenai1-0/+21
2019-02-09This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha1-1/+26
2019-02-07Move the SMT API to LLVMMikhail R. Gadelha1-26/+1
2018-11-29inhereit LLVM_ENABLE_LIBXML2David Callahan1-7/+10
2018-11-18cmake: z3: Remove EXACT from 4.7.1 after being compatible with 4.8.1Jan Kratochvil1-1/+1
2018-11-16[CMake] Support cross-compiling with multi-stage buildsPetr Hosek1-3/+30
2018-11-13CMake: Deprecate using llvm-config to detect llvm installationTom Stellard1-17/+32
2018-11-13CMake: Replace open-coded find_packageTom Stellard1-7/+2
2018-11-08[clang] Set CMP0075 to newShoaib Meenai1-0/+4
2018-10-13[analyzer] Improved cmake configuration for Z3Enrico Steffinlongo1-11/+24
2018-10-11[tests] Include Python binding tests in CMake rulesMichal Gorny1-1/+4
2018-10-11Revert r344241 as it broke multiple bots.Aaron Ballman1-1/+0
2018-10-11[tests] Include Python binding tests in CMake rulesMichal Gorny1-0/+1
2018-08-30Remove vestiges of configure buildsystemStephen Kelly1-14/+2
2018-08-20libclang: add install/distribution targets for pythonSaleem Abdulrasool1-0/+3
2018-06-28[CMake] Make bootstrap and compiler-rt depend on cxx-headers.Ahmed Bougacha1-3/+8
2018-06-21Re-apply: Add python tool to dump and construct header mapsBruno Cardoso Lopes1-0/+1
2018-06-21Revert "Add python tool to dump and construct header maps"Bruno Cardoso Lopes1-1/+0
2018-06-20Add python tool to dump and construct header mapsBruno Cardoso Lopes1-0/+1
2018-06-11[CMake] Allow specifying extra dependencies of bootstrap stagePetr Hosek1-0/+4
2018-04-06CMake option to allow enabling experimental new pass manager by defaultPetr Hosek1-0/+3
2018-03-29Rename clang link from clang-X.Y to clang-XSylvestre Ledru1-4/+4
2018-03-06[FrontEnd] Allow overriding the default C/C++ -std via CMake varsMichal Gorny1-0/+6
2018-01-19[cmake] Also pass CMAKE_ASM_COMPILER_ID to next stage when bootstrappingDon Hinton1-1/+2
2017-12-07[OpenMP] NVPTX: Set default/minimum compute capability to sm_35George Rokos1-6/+7
2017-12-05[CMake] Don't use comma as an alternate separatorPetr Hosek1-3/+3
2017-11-29[CMake] Support side-by-side checkouts in multi-stage buildPetr Hosek1-1/+3
2017-11-29[CMake] Use LIST_SEPARATOR rather than escaping in ExternalProject_AddPetr Hosek1-2/+3
2017-11-17[cmake] Use llvm-lit directory when provided for stand-alone buildMichal Gorny1-0/+3
2017-11-11Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich1-2/+5
2017-11-04Move the clang-tblgen-targets project into the Misc folder on IDEs like Visua...Aaron Ballman1-0/+1
2017-10-17[CMake][OpenMP] Customize default offloading archJonas Hahnfeld1-0/+11
2017-09-02Don't search libxml2 if using msan. LLVM already has similar check.Vitaly Buka1-4/+8
2017-08-27CMake: only try to find the Z3 package when `CLANG_ANALYZER_BUILD_Z3` is ONMehdi Amini1-2/+1
2017-08-08Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse1-0/+2
2017-07-28[CMake] NFC. Add clang-tablegen-targets utility targetChris Bieneman1-1/+2
2017-07-26Clang and LLVM search for different versions of libxml2, reset foundEric Beckmann1-0/+1
2017-07-23[Modules] Rework r274270. Let Clang targets depend on intrinsics_gen.NAKAMURA Takumi1-0/+7
2017-07-18[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi1-5/+1
2017-05-23[GSoC] Shell autocompletion for clangYuka Takahashi1-0/+4