[PATCH] D28367: Correct default TimerGroup singleton to use magic-statics so that it gets cleaned up

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 12:00:21 PST 2017


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

Then I think this code is okay. The downside is, if it turns out there's a subtle bug, it is going to be really hard to track down.


https://reviews.llvm.org/D28367





More information about the llvm-commits mailing list