This is an archive of the discontinued LLVM Phabricator instance.

[docs][llvm-extract] Add missing alias/bb options
ClosedPublic

Authored by jsji on May 21 2020, 3:12 PM.

Details

Summary

llvm-extract get serveral new options, but we forgot to update doc.
This patch update the doc.

Diff Detail

Unit TestsFailed

Event Timeline

jsji created this revision.May 21 2020, 3:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2020, 3:12 PM
volkan accepted this revision.May 21 2020, 5:33 PM

LGTM except the issue above. Thanks for updating the docs.

llvm/docs/CommandGuide/llvm-extract.rst
84

I think you meant -recursive here.

This revision is now accepted and ready to land.May 21 2020, 5:33 PM
jsji marked an inline comment as done.May 21 2020, 8:51 PM
jsji added inline comments.
llvm/docs/CommandGuide/llvm-extract.rst
84

Good catch. Thanks!

This revision was automatically updated to reflect the committed changes.