aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake
AgeCommit message (Expand)AuthorFilesLines
2021-01-17Reland [lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python re...Raphael Isemann1-2/+8
2021-01-15Revert "[lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python r...Raphael Isemann1-8/+2
2021-01-15[lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python referenceRaphael Isemann1-2/+8
2021-01-08[CMake] Fix incorrect rpath for tests if LLVM_LOCAL_RPATH isn't setRaul Tambre1-1/+1
2021-01-08Re-land "[CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom buil...Raul Tambre1-5/+12
2021-01-08Revert "[CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom build...Raul Tambre1-12/+5
2021-01-08[CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom build rpathRaul Tambre1-5/+12
2021-01-05[ASTMatchers] Fix build when no targets are enabledStephen Kelly1-1/+3
2021-01-02[PowerPC] Add the LLVM triple for powerpcle [1/5]Brandon Bergren1-0/+3
2020-12-16[CMake] Avoid __FakeVCSRevision.h with no git repositoryJonas Hahnfeld1-0/+8
2020-12-15[PGO] Allow overriding -vp-counters-per-siteRaul Tambre1-2/+3
2020-12-11[PGO] Adjust -vp-counters-per-site under dynamic linking.Hiroshi Yamauchi1-0/+9
2020-12-04[llvm] Update WinMsvc.cmake's fms-compatability to match llvm's prereqsNathan Lanza1-1/+1
2020-12-03Bump MSVC required version to 19.14Reid Kleckner1-3/+3
2020-12-02Revert "Use std::is_trivially_copyable", breaks MSVC buildReid Kleckner1-0/+9
2020-12-02Delete llvm::is_trivially_copyable and CMake variable HAVE_STD_IS_TRIVIALLY_C...Fangrui Song1-9/+0
2020-11-26[clangd] Fix use of system-installed GRPC after f726101b6240a6740b3c0926af759...Sam McCall1-16/+12
2020-11-26[llvmbuildectomy] Also include component groups in llvm-config --components listMariusz Ceier1-6/+3
2020-11-24[clangd] Fix shared-lib buildsKadir Cetinkaya1-1/+1
2020-11-23[CMake] Unify LLVM_LINKER_IS_GOLD -Wl,--gc-sections setting with GNU ld and LLDFangrui Song1-14/+1
2020-11-17[CMake] Fix ExtensionDependencies.inc with multiple extensionsArthur Eubanks1-2/+2
2020-11-13llvmbuildectomy - support disabled native targetserge-sans-paille1-2/+10
2020-11-13llvmbuildectomy - compatibility with ocaml bindingsserge-sans-paille1-3/+15
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille3-9/+160
2020-11-10[CMake][ExecutionEngine] add HAVE_(DE)REGISTER_FRAME as a config.h macrosDavid Tenty2-0/+11
2020-10-29[llvm] Export LLVM_LIT_ARGS in LLVMConfig.cmakeJonas Devlieghere1-1/+3
2020-10-29[CMake] Support inter-proto dependencies in generate_protos.Sam McCall1-1/+22
2020-10-28[llvm-lit] Improve the error message when make_paths_relative() failsLouis Dionne1-1/+6
2020-10-26[cmake] Add LLVM_UBSAN_FLAGS, to allow overriding UBSan flagsVedant Kumar1-4/+3
2020-10-23[AIX][cmake] Adjust management of `-G` for linkingHubert Tong1-0/+2
2020-10-23[CMake] Fix hardcoding of protobuf output basename. NFCSam McCall1-4/+5
2020-10-23[CMake] generate_grpc_protos -> generate_protos(... GRPC). NFCSam McCall1-13/+17
2020-10-21Remove .svn from exclude list as we moved to gitSylvestre Ledru1-2/+0
2020-10-19Use LLVM_TOOLCHAIN_UTILITIES to allow utils to be installed in the toolchainJonas Devlieghere1-1/+1
2020-10-13[cmake] Limit missing external lit warning to be shown onceDave Lee1-1/+2
2020-10-13[cmake] Unconditionally set the force flag when codesigningVedant Kumar1-3/+4
2020-10-12[llvm] Export LLVM_USE_SPLIT_DWARF in LLVMConfig.cmakeJonas Devlieghere1-0/+2
2020-10-10Fix CMake configuration error when run with -Werror/-WallAlex Denisov1-0/+1
2020-10-08[cmake] Fix cmake warning in standalone compiler-rt builds.Pierre Gousseau1-0/+1
2020-10-04Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects"Stephen Neuendorffer2-177/+0
2020-10-03[RFC] Factor out repetitive cmake patterns for llvm-style projectsStephen Neuendorffer2-0/+177
2020-09-28[CMake][AIX] Limit tools in external project buildDavid Tenty1-8/+12
2020-09-25[CMake] Make sure _cmake_system_name has a defaultDavid Tenty1-0/+6
2020-09-23Explicitly specify CMAKE_AR in WinMsvc.cmakeGwen Mittertreiner2-1/+8
2020-09-22Revert "[CMake] Use find_dependency in LLVMConfig.cmake"Petr Hosek1-4/+2
2020-09-21[CMake] Use append for CMAKE_REQUIRED_* variablesPetr Hosek1-4/+4
2020-09-21[CMake] Use find_dependency in LLVMConfig.cmakePetr Hosek1-2/+4
2020-09-21[cmake] Centralize LLVM_ENABLE_WARNINGS optionDave Lee2-0/+4
2020-09-18[AIX] Enable large code model when building with clangDavid Tenty1-1/+1
2020-09-12[MinGW] Use lib prefix for librariesMateusz MikuĊ‚a1-1/+1