Mercurial > hg > CbC > CbC_llvm
comparison README.txt @ 209:dd44ba33042e
merged...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:36:09 +0900 |
parents | 0d65220a63c8 |
children |
comparison
equal
deleted
inserted
replaced
208:874d1390268d | 209:dd44ba33042e |
---|---|
1 The LLVM Compiler Infrastructure | |
2 ================================ | |
3 | |
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. | |
7 | |
8 LLVM is open source software. You may freely distribute it under the terms of | |
9 the license agreement found in LICENSE.txt. | |
10 | |
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. | |
15 | |
16 If you are writing a package for LLVM, see docs/Packaging.rst for our | |
17 suggestions. | |
18 |