Commits

Manman Ren committed 5311e7a98ff
[Global Opt] revert r21996. r21996 tries to take advantage of LLVM global opt that eliminates global initializers by using llvm.global_ctors. Revert it because we can't guarantee that they will be optimized to constant initializers. A modifed version will follow that uses constant initializers directly in IRGen. Swift SVN r22001