================
@@ -83,6 +83,8 @@ namespace llvm {
 
 class raw_pwrite_stream;
 
+enum class TimeTraceEventType { CompleteEvent, InstantEvent, AsyncEvent };
----------------
ivanaivanovska wrote:
Done.
https://github.com/llvm/llvm-project/pull/103039