[PATCH] D95056: [CSSPGO] LTO option for pseudo probe
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 22:19:56 PST 2021
wenlei 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">;
----------------
nit: Encode -> Emit? the clang driver help messages says "Emit pseudo probes for sample profiler", would be good change to "profiling" there too.
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