[PATCH] D155501: Add new option -fkeep-persistent-storage-variables to Clang release notes

Zheng Qian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 17 11:07:30 PDT 2023


qianzhen created this revision.
Herald added a project: All.
qianzhen requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This patch updates the Clang release notes with the new option -fkeep-persistent-storage-variables added at https://reviews.llvm.org/D150221.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155501

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -255,6 +255,9 @@
 - ``-fcaret-diagnostics-max-lines=`` has been added as a driver options, which
   lets users control the maximum number of source lines printed for a
   caret diagnostic.
+- ``-fkeep-persistent-storage-variables`` has been implemented to keep all
+  variables that have a persistent storage duration, including global, static
+  and thread-local variables, to guarantee that they can be directly addressed.
 
 Deprecated Compiler Flags
 -------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155501.541149.patch
Type: text/x-patch
Size: 651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230717/8057b47c/attachment.bin>


More information about the cfe-commits mailing list