Skip to content

Commit

Permalink
[debuginfo-test][cross-project-tests] Release note for new project name
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jh7370 committed Sep 21, 2021
1 parent b96ee8f commit 5b95eb0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------

Expand Down

0 comments on commit 5b95eb0

Please sign in to comment.