[llvm] 2790498 - Adjust the doc after the renaming of debuginfo-tests => cross-project-tests
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 18 00:56:11 PDT 2021
Author: Sylvestre Ledru
Date: 2021-09-18T09:55:57+02:00
New Revision: 2790498178b4bb7c8594c936d512410d55b91d98
URL: https://github.com/llvm/llvm-project/commit/2790498178b4bb7c8594c936d512410d55b91d98
DIFF: https://github.com/llvm/llvm-project/commit/2790498178b4bb7c8594c936d512410d55b91d98.diff
LOG: Adjust the doc after the renaming of debuginfo-tests => cross-project-tests
Added:
Modified:
llvm/docs/TestingGuide.rst
Removed:
################################################################################
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index aeb2e89f9588d..1b11c9d5cd862 100644
--- a/llvm/docs/TestingGuide.rst
+++ b/llvm/docs/TestingGuide.rst
@@ -184,7 +184,7 @@ or the :doc:`lit man page <CommandGuide/lit>`.
Debugging Information tests
---------------------------
-To run debugging information tests simply add the ``debuginfo-tests``
+To run debugging information tests simply add the ``cross-project-tests``
project to your ``LLVM_ENABLE_PROJECTS`` define on the cmake
command-line.
More information about the llvm-commits
mailing list