comparison 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
comparison
equal deleted inserted replaced
222:81f6424ef0e3 223:5f17cb93ff66
64 Some Common options: 64 Some Common options:
65 65
66 * ``-DLLVM_ENABLE_PROJECTS='...'`` --- semicolon-separated list of the LLVM 66 * ``-DLLVM_ENABLE_PROJECTS='...'`` --- semicolon-separated list of the LLVM
67 sub-projects you'd like to additionally build. Can include any of: clang, 67 sub-projects you'd like to additionally build. Can include any of: clang,
68 clang-tools-extra, libcxx, libcxxabi, libunwind, lldb, compiler-rt, lld, 68 clang-tools-extra, libcxx, libcxxabi, libunwind, lldb, compiler-rt, lld,
69 polly, or debuginfo-tests. 69 polly, or cross-project-tests.
70 70
71 For example, to build LLVM, Clang, libcxx, and libcxxabi, use 71 For example, to build LLVM, Clang, libcxx, and libcxxabi, use
72 ``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``. 72 ``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``.
73 73
74 * ``-DCMAKE_INSTALL_PREFIX=directory`` --- Specify for *directory* the full 74 * ``-DCMAKE_INSTALL_PREFIX=directory`` --- Specify for *directory* the full