hubert.reinterpretcast added inline comments.
================ Comment at: clang/docs/ReleaseNotes.rst:259-260 +- ``-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. ---------------- Suggestion: Use em dashes to avoid overuse of commas. Additionally, I am wondering if the release notes is a reasonable place to add something like: Since this inhibits the merging of the affected variables, the number of individual relocations in the program will generally increase. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D155501/new/ https://reviews.llvm.org/D155501 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits