1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

[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
This commit is contained in:
James Henderson 2021-09-21 09:21:36 +01:00
parent aed4e7449f
commit be1489a181

View File

@ -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
----------------------