[clang] [llvm] Added instant events and marking defered templated instantiation. (PR #103039)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 30 05:53:28 PDT 2024
================
@@ -75,18 +76,18 @@ struct llvm::TimeTraceProfilerEntry {
const std::string Name;
TimeTraceMetadata Metadata;
- const bool AsyncEvent = false;
+ TimeTraceEventType EventType;
----------------
ivanaivanovska wrote:
Done.
https://github.com/llvm/llvm-project/pull/103039
More information about the cfe-commits
mailing list