[PATCH] D74361: [Clang] Uninitialize attribute on global variables

Jon Chesterfield via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 09:49:08 PST 2020


JonChesterfield added a comment.

It zero initialises on x86, but perhaps by coincidence rather than guarantee.

Fair enough regarding reuse of the existing attribute, I'll create a new one.

Thanks for the pointers on additional cases to test for too. I'll return with an improved patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74361





More information about the cfe-commits mailing list