This is an archive of the discontinued LLVM Phabricator instance.

Cleaning up more static initializers in Signals.inc by converting them to ManagedStatic.
AbandonedPublic

Authored by beanz on Sep 2 2014, 3:26 PM.

Details

Reviewers
None
Summary

This patch converts three static globals that have non-trivial initializers to ManagedStatic objects to avoid load-time static initialization.

Diff Detail

Event Timeline

beanz updated this revision to Diff 13184.Sep 2 2014, 3:26 PM
beanz retitled this revision from to Cleaning up more static initializers in Signals.inc by converting them to ManagedStatic..
beanz updated this object.
beanz edited the test plan for this revision. (Show Details)
beanz abandoned this revision.Sep 17 2014, 2:08 PM