summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Henderson <james.henderson@sony.com>2021-02-08 15:40:55 +0000
committerJames Henderson <james.henderson@sony.com>2021-06-28 11:31:40 +0100
commit1364750dadbb56032ef73b4d0d8cbc88a51392da (patch)
tree1b761975a8dc4ee1f4b9f67305962c617dfdafa4 /README.md
parentf99672568fda6a9bc1ee4f09d5d84066f4979889 (diff)
downloadllvm-1364750dadbb56032ef73b4d0d8cbc88a51392da.tar.gz
[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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c48159404445..edbc4b80d5fb 100644
--- a/README.md
+++ b/README.md
@@ -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"``.