aboutsummaryrefslogtreecommitdiff
path: root/clang/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-07-21[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson1-0/+4
2022-06-10Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore"John Ericson1-4/+0
2022-06-10[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson1-0/+4
2022-05-06Generalize "check-all" umbrella targets, use for check-clang-toolsSam McCall1-16/+4
2022-04-11[Clang] Enable opaque pointers by defaultNikita Popov1-1/+1
2022-04-08Reland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON""Fangrui Song1-1/+1
2022-04-07Revert "Reland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON"""Nico Weber1-1/+1
2022-04-07[OpaquePtr][Clang] Add CLANG_ENABLE_OPAQUE_POINTERS cmake optionNikita Popov1-0/+11
2022-04-06Reland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON""Fangrui Song1-1/+1
2022-03-21[CMake][Clang] Skip host link version detection for lld on DarwinPetr Hosek1-1/+1
2022-02-26Revert "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON"Nikita Popov1-1/+1
2022-02-25[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ONFangrui Song1-1/+1
2022-02-16clang-analyzer plugins require LLVM_ENABLE_PLUGINS alsoJameson Nash1-1/+6
2022-02-09replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash1-0/+4
2022-02-03[lld][clang][cmake] Clean up a few thingsJohn Ericson1-12/+14
2022-01-27[CMake] [Clang] Add option to specify PowerPC long double formatQiu Chaofan1-0/+3
2022-01-21[clang][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson1-5/+9
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-5/+3
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-3/+5
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-5/+3
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-3/+5
2022-01-07[CMake] Factor out config prefix finding logicJohn Ericson1-1/+8
2022-01-03[clang][cmake] Rearrange top-level CMakeLists.txt for D116492John Ericson1-22/+24
2021-12-28[CMake] Remove unneeded CLANG_DEFAULT_PIE_ON_LINUX canonicalization after D11...Fangrui Song1-3/+0
2021-12-14[Driver] Add CLANG_DEFAULT_PIE_ON_LINUX to emulate GCC --enable-default-pieFangrui Song1-0/+5
2021-11-18[clang] Remove CLANG_ROUND_TRIP_CC1_ARGS and always roundtrip in +assert buildsNico Weber1-7/+0
2021-10-06[CMake] Fix typo in error message for LLD in bootstrap builds.Frederic Cambus1-1/+1
2021-09-24[CMake] Pass through CMAKE_READELF to subbuildsPetr Hosek1-0/+1
2021-09-21Add CMAKE_BUILD_TYPE to the list of BOOTSTRAP_DEFAULT_PASSTHROUGH variablesSylvestre Ledru1-0/+1
2021-09-16[LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory1-9/+4
2021-03-27[clang][cli] Round-trip cc1 arguments in assert buildsJan Svoboda1-1/+2
2021-03-25[clang] Pass option directly to command. NFCShoaib Meenai1-3/+1
2021-03-25[clang] Always execute multi-stage install stepsShoaib Meenai1-0/+13
2021-03-17[clang] Disable LTO and LLD on SystemZ for stage3 buildsTimm Bäder1-0/+5
2021-03-15[test] Add ability to get error messages from CMake for errc substitutionMarkus Böck1-0/+3
2021-03-15[CMake] Require python 3.6 if enabling LLVM test targetsChristopher Tetreault1-1/+2
2021-03-08[clang] Don't set CLANG_DEFAULT_UNWINDLIB to none if rtlib is set to compiler-rtMartin Storsjö1-3/+1
2021-03-06[clang] Fix typos in the default logic for CLANG_DEFAULT_UNWINDLIBMartin Storsjö1-1/+1
2021-02-04[clang][cli] Command line round-trip for HeaderSearch optionsJan Svoboda1-0/+6
2021-01-29Revert "[CMake] Actually require python 3.6 or greater"Christopher Tetreault1-1/+1
2021-01-29[CMake] Actually require python 3.6 or greaterChristopher Tetreault1-1/+1
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