Mercurial > hg > CbC > CbC_llvm
annotate README.txt @ 206:f17a3b42b08b
Added tag before-12 for changeset b7591485f4cd
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 07 Jun 2021 21:25:57 +0900 |
parents | 0d65220a63c8 |
children |
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 |