llvm-project/llvm
Louis Dionne afa1afd410 [CMake] Bump CMake minimum version to 3.13.4
This upgrade should be friction-less because we've already been ensuring
that CMake >= 3.13.4 is used.

This is part of the effort discussed on llvm-dev here:

  http://lists.llvm.org/pipermail/llvm-dev/2020-April/140578.html

Differential Revision: https://reviews.llvm.org/D78648
2020-07-22 14:25:07 -04:00
..
benchmarks
bindings
cmake Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups. 2020-07-22 20:23:58 +02:00
docs [CMake] Bump CMake minimum version to 3.13.4 2020-07-22 14:25:07 -04:00
examples [ORC] Add TargetProcessControl and TPCIndirectionUtils APIs. 2020-07-16 15:09:13 -07:00
include [llvm][NFC] Remove definition from build system of LLVM_HAVE_TF_AOT 2020-07-22 11:16:08 -07:00
lib Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups. 2020-07-22 20:23:58 +02:00
projects
resources
runtimes [CMake] Bump CMake minimum version to 3.13.4 2020-07-22 14:25:07 -04:00
test AMDGPU: Don't assert on f16 inv2pi immediates pre-gfx8 2020-07-22 13:59:03 -04:00
tools [llvm-readobj] - Don't get the name of the symbol table in ELFDumper<ELFT>::printSymbolsHelper. 2020-07-22 17:28:20 +03:00
unittests Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups. 2020-07-22 20:23:58 +02:00
utils [CMake] Bump CMake minimum version to 3.13.4 2020-07-22 14:25:07 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore [clangd] Store index in '.cache/clangd/index' instead of '.clangd/index' 2020-07-07 14:53:45 +02:00
CMakeLists.txt [CMake] Bump CMake minimum version to 3.13.4 2020-07-22 14:25:07 -04:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.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.