diff options
author | James Henderson <james.henderson@sony.com> | 2021-02-08 15:40:55 +0000 |
---|---|---|
committer | James Henderson <james.henderson@sony.com> | 2021-06-28 11:31:40 +0100 |
commit | 1364750dadbb56032ef73b4d0d8cbc88a51392da (patch) | |
tree | 1b761975a8dc4ee1f4b9f67305962c617dfdafa4 /README.md | |
parent | f99672568fda6a9bc1ee4f09d5d84066f4979889 (diff) | |
download | llvm-1364750dadbb56032ef73b4d0d8cbc88a51392da.zip llvm-1364750dadbb56032ef73b4d0d8cbc88a51392da.tar.gz llvm-1364750dadbb56032ef73b4d0d8cbc88a51392da.tar.bz2 |
[RFC][debuginfo-test] Rename debug-info lit tests for general purposes
Discussion thread:
https://lists.llvm.org/pipermail/llvm-dev/2021-January/148048.html
Move debuginfo-test into a subdirectory of a new top-level directory,
called cross-project-tests. The new name replaces "debuginfo-test" as an
LLVM project enabled via LLVM_ENABLE_PROJECTS.
Differential Revision: https://reviews.llvm.org/D95339
Reviewed by: aprantl
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ This is an example work-flow and configuration to get and build the LLVM source: * ``-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"``. |