[PATCH] D66985: [llvm-profdata] Add mode to recover from profile read failures
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 12:41:47 PDT 2019
davidxl added inline comments.
================
Comment at: llvm/docs/CommandGuide/llvm-profdata.rst:127
+.. option:: -failure-mode=[failIfAnyAreInvalid|failIfAllAreInvalid]
+
----------------
The enums can be named with descriptive strings, but can the command line be simplified? --failure-mode=any|all
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66985/new/
https://reviews.llvm.org/D66985
More information about the llvm-commits
mailing list