[PATCH] D89087: [MemProf] Pass down memory profile name with optional path from clang
    Teresa Johnson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Oct 31 22:47:56 PDT 2020
    
    
  
tejohnson marked 3 inline comments as done.
tejohnson added inline comments.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1049
+  } else if (Args.hasArg(OPT_fmemory_profile))
+    Opts.MemoryProfileOutput = MemProfileBasename;
 
----------------
MaskRay wrote:
> std::string(MemProfileBasename)
This change doesn't seem to be needed?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89087/new/
https://reviews.llvm.org/D89087
    
    
More information about the llvm-commits
mailing list