[llvm-branch-commits] [llvm] 5b95eb0 - [debuginfo-test][cross-project-tests] Release note for new project name
James Henderson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 21 01:56:14 PDT 2021
Author: James Henderson
Date: 2021-09-21T09:48:35+01:00
New Revision: 5b95eb0b442e8eaa6b90ff765a3ad4c271c2d9eb
URL: https://github.com/llvm/llvm-project/commit/5b95eb0b442e8eaa6b90ff765a3ad4c271c2d9eb
DIFF: https://github.com/llvm/llvm-project/commit/5b95eb0b442e8eaa6b90ff765a3ad4c271c2d9eb.diff
LOG: [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
1364750dadbb56032ef73b4d0d8cbc88a51392da and follow-ons.
Reviewed by: sylvestre.ledru
Differential Revision: https://reviews.llvm.org/D110134
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index a192485d46836..ba83775aa8cd5 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -57,6 +57,15 @@ Non-comprehensive list of changes in this release
* 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
----------------------
More information about the llvm-branch-commits
mailing list