[PATCH] D60603: Make llvm-as --help great again
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 05:48:31 PDT 2019
serge-sans-paille added a comment.
@jhenderson , @ddunbar : I've checked the callgraph of llvm-as, and none of theses flags are actually reachable:
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)
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