]> granicus.if.org Git - llvm/commit
[llvm-extract] Update the help message for group extraction feature
authorJinsong Ji <jji@us.ibm.com>
Tue, 20 Aug 2019 20:45:16 +0000 (20:45 +0000)
committerJinsong Ji <jji@us.ibm.com>
Tue, 20 Aug 2019 20:45:16 +0000 (20:45 +0000)
commitfd2d578918d47d4b9bb0589015679226d7e1508e
treea8447a8db9117310b74c9b6cbdc2fb95ec5d7955
parent1ecdae15ceed55b7f1b0b1feeb8ba059ea585b85
[llvm-extract] Update the help message for group extraction feature

Summary:
https://reviews.llvm.org/D60973 exposed the group extraction feature of
the BlockExtractor to llvm-extract.
However, the help message was not updated, so users might not be able to
know how to use this feature without looking into history/commits.

This patch just update the help message to show how to use this group
extraction feature.

Reviewers: qcolombet, volkan

Reviewed By: qcolombet

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66438

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369438 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-extract/llvm-extract.cpp