diff options
| author | Michael Kruse <llvm-project@meinersbur.de> | 2025-07-21 21:24:26 +0200 |
|---|---|---|
| committer | Michael Kruse <llvm-project@meinersbur.de> | 2025-07-21 21:24:26 +0200 |
| commit | 3453f5143febb7cadf824ddf579833c9af04197a (patch) | |
| tree | 5d7c40b6644d85dd8a211f453dc7c9b5738aad90 | |
| parent | a8c6df74c71c7aad97f232278133f54fadc222c9 (diff) | |
Add release notesusers/meinersbur/openmp_remove-standalone-build
| -rw-r--r-- | openmp/docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openmp/docs/ReleaseNotes.rst b/openmp/docs/ReleaseNotes.rst index 6c1a46caf1d8..89a43e3becd7 100644 --- a/openmp/docs/ReleaseNotes.rst +++ b/openmp/docs/ReleaseNotes.rst @@ -20,6 +20,9 @@ from the `LLVM releases web site <https://llvm.org/releases/>`_. Non-comprehensive list of changes in this release ================================================= +- Removed the standalone build mode. It is redundant with the runtimes default + build. + Device Runtime -------------- - Changed the OpenMP DeviceRTL to use 'generic' IR. The |
