Mercurial > hg > CbC > CbC_llvm
comparison README.txt @ 148:63bd29f05246
merged
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 19:46:37 +0900 |
parents | c2174574ed3a |
children |
comparison
equal
deleted
inserted
replaced
146:3fc4d5c3e21e | 148:63bd29f05246 |
---|---|
1 Low Level Virtual Machine (LLVM) | 1 The LLVM Compiler Infrastructure |
2 ================================ | 2 ================================ |
3 | 3 |
4 This directory and its subdirectories contain source code for LLVM, | 4 This directory and its subdirectories contain source code for LLVM, |
5 a toolkit for the construction of highly optimized compilers, | 5 a toolkit for the construction of highly optimized compilers, |
6 optimizers, and runtime environments. | 6 optimizers, and runtime environments. |
13 started with LLVM and docs/README.txt for an overview of LLVM's | 13 started with LLVM and docs/README.txt for an overview of LLVM's |
14 documentation setup. | 14 documentation setup. |
15 | 15 |
16 If you are writing a package for LLVM, see docs/Packaging.rst for our | 16 If you are writing a package for LLVM, see docs/Packaging.rst for our |
17 suggestions. | 17 suggestions. |
18 | |
19 |