annotate llvm/README.txt @ 227:21e6aa2e49ef

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 19 Jul 2021 06:57:16 +0900
parents 0572611fdcc8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 The LLVM Compiler Infrastructure
anatofuz
parents:
diff changeset
2 ================================
anatofuz
parents:
diff changeset
3
anatofuz
parents:
diff changeset
4 This directory and its subdirectories contain source code for LLVM,
anatofuz
parents:
diff changeset
5 a toolkit for the construction of highly optimized compilers,
anatofuz
parents:
diff changeset
6 optimizers, and runtime environments.
anatofuz
parents:
diff changeset
7
anatofuz
parents:
diff changeset
8 LLVM is open source software. You may freely distribute it under the terms of
anatofuz
parents:
diff changeset
9 the license agreement found in LICENSE.txt.
anatofuz
parents:
diff changeset
10
anatofuz
parents:
diff changeset
11 Please see the documentation provided in docs/ for further
anatofuz
parents:
diff changeset
12 assistance with LLVM, and in particular docs/GettingStarted.rst for getting
anatofuz
parents:
diff changeset
13 started with LLVM and docs/README.txt for an overview of LLVM's
anatofuz
parents:
diff changeset
14 documentation setup.
anatofuz
parents:
diff changeset
15
anatofuz
parents:
diff changeset
16 If you are writing a package for LLVM, see docs/Packaging.rst for our
anatofuz
parents:
diff changeset
17 suggestions.