[PATCH] D95056: [CSSPGO] LTO option for pseudo probe
    Hongtao Yu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jan 21 22:27:01 PST 2021
    
    
  
hoy added inline comments.
================
Comment at: lld/ELF/Options.td:553
+def lto_pseudo_probe_for_profiling: F<"lto-pseudo-probe-for-profiling">,
+  HelpText<"Encode pseudo probes for sample profiling.">;
 def disable_verify: F<"disable-verify">;
----------------
wenlei wrote:
> nit: Encode -> Emit? the clang driver help messages says "Emit pseudo probes for sample profiler", would be good change to "profiling" there too.
Good catch, changed Encode and profiling.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95056/new/
https://reviews.llvm.org/D95056
    
    
More information about the llvm-commits
mailing list