llvm-capstone/llvm
Mark de Wever 44c6b905f8 [CMake] Bumps minimum version to 3.20.0.
This partly undoes D137724.

This change has been discussed on discourse
https://discourse.llvm.org/t/rfc-upgrading-llvms-minimum-required-cmake-version/66193

Note this does not remove work-arounds for older CMake versions, that
will be done in followup patches.

Reviewed By: mehdi_amini, MaskRay, ChuanqiXu, to268, thieta, tschuett, phosek, #libunwind, #libc_vendors, #libc, #libc_abi, sivachandra, philnik, zibi

Differential Revision: https://reviews.llvm.org/D144509
2023-03-04 12:40:57 +01:00
..
benchmarks
bindings [OCaml] Migrate from naked pointers to prepare for OCaml 5 2023-02-28 23:52:49 +00:00
cmake Allow building with CMAKE_SYSTEM_NAME=Generic 2023-02-27 10:22:41 +00:00
docs [CMake] Bumps minimum version to 3.20.0. 2023-03-04 12:40:57 +01:00
examples [Orc] Remove LLVMInitializeCore() calls from examples 2023-03-01 09:56:59 +01:00
include APFloat: Add classify 2023-03-03 18:54:58 -04:00
lib [LoopInterchange] Remove unused RecurrenceDescriptor object. NFC 2023-03-03 22:15:32 -08:00
projects
resources
runtimes
test [StripDebugInfo] Reuse DebugInfoFinder for findind Live CUs 2023-03-03 16:21:30 -08:00
tools [llvm-driver] Allow llvm driver binary to be called anything 2023-03-03 19:45:03 +00:00
unittests APFloat: Add classify 2023-03-03 18:54:58 -04:00
utils [gn build] Port 3014a1c5a1 2023-03-04 03:33:20 +00:00
.clang-format
.clang-tidy
.gitattributes [Test] Set gitattributes for line endings in tapi inputs 2023-02-21 16:07:08 -08:00
.gitignore
CMakeLists.txt [CMake] Bumps minimum version to 3.20.0. 2023-03-04 12:40:57 +01:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.