llvm-project/llvm
Cole fc1da043f4 use LLVM_USE_STATIC_ZSTD
removes LLVM_PREFER_STATIC_ZSTD in favor of using a LLVM_USE_STATIC_ZSTD

Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D133222
2022-09-02 21:00:38 +00:00
..
benchmarks
bindings
cmake
docs Update the docs about IRC 2022-09-02 08:41:49 -04:00
examples
include [VP] Correct LEGALPOS for more VP nodes. 2022-09-02 08:04:28 -07:00
lib use LLVM_USE_STATIC_ZSTD 2022-09-02 21:00:38 +00:00
projects
resources
runtimes
test [TEST][msan] Reformat RUN lines 2022-09-02 13:41:24 -07:00
tools
unittests [LoopPassManager] Implement and use LoopNestAnalysis::run() instead of manually creating LoopNests 2022-09-02 10:55:53 -07:00
utils [gn build] Port 30adaa730c 2022-09-02 19:47:21 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt use LLVM_USE_STATIC_ZSTD 2022-09-02 21:00:38 +00: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.