[llvm-objcopy] [COFF] Use Error/Expected returns instead of calling reportError....
[llvm-core.git] / README.txt
blobebbd50fc0b713aee3fe868bf6f8200962de3ca38
1 The LLVM Compiler Infrastructure
2 ================================
4 This directory and its subdirectories contain source code for LLVM,
5 a toolkit for the construction of highly optimized compilers,
6 optimizers, and runtime environments.
8 LLVM is open source software. You may freely distribute it under the terms of
9 the license agreement found in LICENSE.txt.
11 Please see the documentation provided in docs/ for further
12 assistance with LLVM, and in particular docs/GettingStarted.rst for getting
13 started with LLVM and docs/README.txt for an overview of LLVM's
14 documentation setup.
16 If you are writing a package for LLVM, see docs/Packaging.rst for our
17 suggestions.