[PATCH] D58751: Order File Instrumentation: add clang support for -forder-file-instrumentation
Manman Ren via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 4 12:31:38 PST 2019
manmanren marked 3 inline comments as done.
manmanren added inline comments.
================
Comment at: include/clang/Driver/Options.td:774
+ Group<f_Group>, Flags<[CoreOption]>,
+ HelpText<"Generate instrumented code to collect order file into default.profraw file (overridden by '=' form of option or LLVM_PROFILE_FILE env var)">;
----------------
modocache wrote:
> Would it make sense to add documentation to the Clang User's Manual for this option? Some other profiling options are mentioned there, but not all.
Will do this in a followup!
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58751/new/
https://reviews.llvm.org/D58751
More information about the cfe-commits
mailing list