================
@@ -92,13 +94,17 @@ struct TimeTraceMetadata {
   bool isEmpty() const { return Detail.empty() && File.empty(); }
 };
 
+struct TimeTraceProfilerEntry;
----------------
ivanaivanovska wrote:
Done.
https://github.com/llvm/llvm-project/pull/103039