annotate README.txt @ 180:680fa57a2f20

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