llvm-project/llvm
Michał Górny bc4bcbcfc8 [llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTD
Add LLVM_ENABLE_ZSTD to llvm_canonicalize_cmake_booleans().  This is
needed to ensure that the substitutions in lit.site.cfg.py resolve
to correct Python booleans.

Differential Revision: https://reviews.llvm.org/D135357
2022-10-06 16:09:19 +02:00
..
benchmarks
bindings
cmake Revert "[CMake] Provide Findzstd module" 2022-10-06 12:03:20 +02:00
docs [LangRef][VP] Change masked-off lanes from undef to poison 2022-10-05 15:24:14 +01:00
examples
include [AA] Remove unused template argument from AAResultBase (NFC) 2022-10-06 10:21:17 +02:00
lib [ConstraintElimination] Generalize OR matching. 2022-10-06 11:56:22 +01:00
projects
resources
runtimes
test [llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTD 2022-10-06 16:09:19 +02:00
tools Fix d5090cd94, MSVC mangling issue 2022-10-06 05:24:45 +00:00
unittests [AA] Update unit test missed in previous commit (NFC) 2022-10-06 10:28:05 +02:00
utils [gn build] port d1f13c54f1 (Inclusions/Stdlib) 2022-10-06 09:41:27 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.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.