[PATCH] D35917: [mips] Implement -muninit-const-in-rodata

Joerg Sonnenberger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 12:07:47 PDT 2017


joerg added a comment.

I don't see any reason why zero-initialised constants should be emitted in BSS. I know that GCC does that and I just fixed bugs in that because created wrong section flags for it. So yes, I'd prefer to revert this and fix the real problem.


Repository:
  rL LLVM

https://reviews.llvm.org/D35917





More information about the cfe-commits mailing list