[clang] [llvm] Add source file name for template instantiations in -ftime-trace (PR #98320)
    Utkarsh Saxena via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 17 11:43:42 PDT 2024
    
    
  
================
@@ -83,16 +83,27 @@ namespace llvm {
 
 class raw_pwrite_stream;
 
+struct TimeTraceMetadata {
+  std::string Detail;
+  // Source file information for the event.
+  std::string Filename;
----------------
usx95 wrote:
Done.
https://github.com/llvm/llvm-project/pull/98320
    
    
More information about the llvm-commits
mailing list