From 1364750dadbb56032ef73b4d0d8cbc88a51392da Mon Sep 17 00:00:00 2001 From: James Henderson Date: Mon, 8 Feb 2021 15:40:55 +0000 Subject: [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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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"``. -- cgit v1.2.1