brintos

brintos / llvm-project-archived public Read only

0
0
Text · 663 B · b9b71a3 Raw
18 lines · plain
1The LLVM Compiler Infrastructure2================================3 4This directory and its subdirectories contain source code for LLVM,5a toolkit for the construction of highly optimized compilers,6optimizers, and runtime environments.7 8LLVM is open source software. You may freely distribute it under the terms of9the license agreement found in LICENSE.txt.10 11Please see the documentation provided in docs/ for further12assistance with LLVM, and in particular docs/GettingStarted.rst for getting13started with LLVM and docs/README.txt for an overview of LLVM's14documentation setup.15 16If you are writing a package for LLVM, see docs/Packaging.rst for our17suggestions.18