Skip to content

[llvm-dis] Update header comment to reflect current command-line options #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions llvm/tools/llvm-dis/llvm-dis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
// to the x.ll file.
// Options:
// --help - Output information about command line switches
// -o <filename> - Override output filename
// -f - Enable binary output on terminals
// --disable-output - Don't output the .ll file
// --set-importing - Set lazy loading to pretend to import a module
// --show-annotations - Add informational comments to the .ll file
// --preserve-ll-uselistorder - Preserve use-list order when writing LLVM assembly
// --materialize-metadata - Load module without materializing metadata, then
// materialize only the metadata
// --print-thinlto-index-only - Only read thinlto index and print the index as
// LLVM assembly.
//
//===----------------------------------------------------------------------===//

Expand Down