[PATCH] D22935: Make CommonInputSection singleton class.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 13:43:51 PDT 2016


ruiu added a comment.

It is guaranteed by the language spec (and by the fact that they are allocated to the .bss section) that global variables are initialized to zeros, no?


Repository:
  rL LLVM

https://reviews.llvm.org/D22935





More information about the llvm-commits mailing list