bolt/deps/llvm-18.1.8/llvm
2025-02-14 19:21:04 +01:00
..
benchmarks Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
bindings Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
cmake Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
docs Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
examples Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
include Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
lib Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
projects Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
resources Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
runtimes Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
test Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
tools Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
unittests Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
utils Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
.clang-format Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
.clang-tidy Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
.gitattributes Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
.gitignore Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
CMakeLists.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
CODE_OWNERS.TXT Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
configure Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
CREDITS.TXT Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
LICENSE.TXT Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
llvm.spec.in Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
README.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
RELEASE_TESTERS.TXT Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00

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.