Commits

Dave Abrahams committed 90a34d86fa1
Mangle names of globalinit_{token,func} like other private entities. This allows making global addressors fragile (They use globalinit_{token,func} for initialization of globals). It has no noticable performance impact on our benchmarks, but it removes an ugly hack which explicitly prevented addressors from being fragile. Swift SVN r22812