This is an archive of the discontinued LLVM Phabricator instance.

Removing static initializer from Debug.cpp by converting to a ManagedStatic.
ClosedPublic

Authored by beanz on Sep 2 2014, 4:08 PM.

Details

Reviewers
chandlerc
Summary

This is part of our larger effort to remove static initializers from LLVM libraries.

Diff Detail

Event Timeline

beanz updated this revision to Diff 13186.Sep 2 2014, 4:08 PM
beanz retitled this revision from to Removing static initializer from Debug.cpp by converting to a ManagedStatic..
beanz updated this object.
beanz edited the test plan for this revision. (Show Details)
beanz added a subscriber: Unknown Object (MLST).
chandlerc accepted this revision.Sep 2 2014, 6:25 PM
chandlerc added a reviewer: chandlerc.
chandlerc added a subscriber: chandlerc.

LGTM!

This revision is now accepted and ready to land.Sep 2 2014, 6:25 PM
beanz added a comment.Sep 3 2014, 11:01 AM

Thanks!

Committed as r217053.

-Chris

beanz closed this revision.Sep 17 2014, 2:08 PM

Sorry for the delay updating this. This was committed as r217053.