Mercurial > hg > CbC > CbC_llvm
annotate CONTRIBUTING.md @ 195:c7eaafae97e2
add ExprFromString
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 01 Jun 2021 17:58:18 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
rev | line source |
---|---|
150 | 1 # Contributing to LLVM |
2 | |
3 Thank you for your interest in contributing to LLVM! There are many ways to | |
4 contribute, and we appreciate all contributions. | |
5 | |
6 To get started with contributing, please take a look at the | |
7 [Contributing to LLVM](https://llvm.org/docs/Contributing.html) guide. It | |
8 describes how to get involved, raise issues and submit patches. Please note | |
9 that at the moment the LLVM project does not use either Github pull requests | |
10 or Github issues. |