================
@@ -104,6 +105,23 @@ struct llvm::TimeTraceProfilerEntry {
}
};
+struct InProgressEntry {
+ std::unique_ptr<TimeTraceProfilerEntry> Event;
----------------
ivanaivanovska wrote:
Done.
https://github.com/llvm/llvm-project/pull/103039