Skip to content

Commit 5b95eb0

Browse files
committed
[debuginfo-test][cross-project-tests] Release note for new project name
Add a release note for the renaming of the debuginfo-test to cross-project-tests, performed in commit 1364750 and follow-ons. Reviewed by: sylvestre.ledru Differential Revision: https://reviews.llvm.org/D110134
1 parent b96ee8f commit 5b95eb0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

llvm/docs/ReleaseNotes.rst

+9
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ Non-comprehensive list of changes in this release
5757

5858
* Flang is now included in the binary packages released by LLVM.
5959

60+
* The debuginfo-test project has been renamed cross-project-tests and is now
61+
intended for testing components from multiple projects, not just debug
62+
information. The new "cross-project-tests" name replaces "debuginfo-test" in
63+
LLVM_ENABLE_PROJECTS, and a new check-cross-project-tests target has been
64+
added for running all tests in the project. The pre-existing check-debuginfo-
65+
test target remains for running just the debug information tests.
66+
(`D95339 <https://reviews.llvm.org/D95339>`_ and
67+
`D96513 <https://reviews.llvm.org/D96513>`_)
68+
6069
Changes to the LLVM IR
6170
----------------------
6271

0 commit comments

Comments
 (0)