[PATCH] D131012: No longer place const volatile global variables in a read only section

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 2 12:56:54 PDT 2022


rjmccall added a comment.

I think this is fine for the ABI; the section is generally a definition-specific property and doesn't affect use sites.

Do we also need to check for volatile fields of records?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131012/new/

https://reviews.llvm.org/D131012



More information about the cfe-commits mailing list