[PATCH] D66438: [llvm-extract] Update the help message for group extraction feature
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 12:45:46 PDT 2019
qcolombet accepted this revision.
qcolombet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/llvm-extract/llvm-extract.cpp:84
+ "eg:\n"
+ " --bb=f:bb1;bb2 will split one function with both bb1 and bb2;\n"
+ " --bb=f:bb1 --bb=f:bb2 will split two functions, one with bb1, one "
----------------
I think extract is more appropriate than split.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66438/new/
https://reviews.llvm.org/D66438
More information about the llvm-commits
mailing list