Mercurial > hg > CbC > CbC_llvm
diff README.md @ 223:5f17cb93ff66 llvm-original
LLVM13 (2021/7/18)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 18 Jul 2021 22:43:00 +0900 |
parents | 79ff65ed7e25 |
children | c2a621ec9760 c4bab56944e8 |
line wrap: on
line diff
--- a/README.md Sun Jul 18 22:10:01 2021 +0900 +++ b/README.md Sun Jul 18 22:43:00 2021 +0900 @@ -66,7 +66,7 @@ * ``-DLLVM_ENABLE_PROJECTS='...'`` --- semicolon-separated list of the LLVM sub-projects you'd like to additionally build. Can include any of: clang, clang-tools-extra, libcxx, libcxxabi, libunwind, lldb, compiler-rt, lld, - polly, or debuginfo-tests. + polly, or cross-project-tests. For example, to build LLVM, Clang, libcxx, and libcxxabi, use ``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``.