[PATCH] D60603: Make llvm-as --help great again
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 12 02:46:07 PDT 2019
serge-sans-paille added a comment.
Without category filtered:
OVERVIEW: llvm .ll -> .bc assembler
USAGE: llvm-as [options] <input .llvm file>
OPTIONS:
Color Options:
-color - Use colors in output (default=autodetect)
General options:
-cost-kind=<value> - Target cost kind
=throughput - Reciprocal throughput
=latency - Instruction latency
=code-size - Code size
-safepoint-ir-verifier-print-only -
-verify-region-info - Verify region info (time consuming)
Generic Options:
-help - Display available options (-help-hidden for more)
-help-list - Display list of available options (-help-list-hidden for more)
-version - Display the version of this program
llvm-as Options:
-data-layout=<layout-string> - data layout string to use
-disable-output - Disable output
-f - Enable binary output on terminals
-module-hash - Emit module hash
-o=<filename> - Override output filename
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60603/new/
https://reviews.llvm.org/D60603
More information about the llvm-commits
mailing list