================
@@ -26,8 +26,11 @@
 using namespace llvm;
 using namespace llvm::object;
 
-static TimerGroup OffloadBundlerTimerGroup("Offload Bundler Timer Group",
-                                           "Timer group for offload bundler");
+static TimerGroup &offloadBundlerTimerGroup() {
----------------
AaronBallman wrote:

Would a `ManagedStatic` accomplish the same goal?

https://github.com/llvm/llvm-project/pull/219092
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to