[PATCH] D110134: [debuginfo-test][cross-project-tests] Release note for new project name
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 21 01:26:25 PDT 2021
jhenderson created this revision.
jhenderson added reviewers: aprantl, dblaikie, sylvestre.ledru, tstellar.
jhenderson requested review of this revision.
Herald added a project: LLVM.
Add a release note for the renaming of the debuginfo-test to cross-project-tests, performed in commit rG1364750dadbb56032ef73b4d0d8cbc88a51392da <https://reviews.llvm.org/rG1364750dadbb56032ef73b4d0d8cbc88a51392da> and follow-ons.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110134
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -57,6 +57,15 @@
* Flang is now included in the binary packages released by LLVM.
+* The debuginfo-test project has been renamed cross-project-tests and is now
+ intended for testing components from multiple projects, not just debug
+ information. The new "cross-project-tests" name replaces "debuginfo-test" in
+ LLVM_ENABLE_PROJECTS, and a new check-cross-project-tests target has been
+ added for running all tests in the project. The pre-existing check-debuginfo-
+ test target remains for running just the debug information tests.
+ (`D95339 <https://reviews.llvm.org/D95339>`_ and
+ `D96513 <https://reviews.llvm.org/D96513>`_)
+
Changes to the LLVM IR
----------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110134.373799.patch
Type: text/x-patch
Size: 864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210921/ae71284c/attachment.bin>
More information about the llvm-commits
mailing list