Issue 93244
Summary `llc --help` and CommandGuide/llc.html disagree about input types, and are both wrong
Labels new issue
Assignees
Reporter FlashSheridan
    https://llvm.org/docs/CommandGuide/llc.html says:
> Inputs can be in either the LLVM assembly language format (.ll) or the LLVM bitcode format (.bc).

` llc --help` (as of f03430f5e37e) says:
> USAGE: llc [options] \<input bitcode>

`llc` also accepts Machine IR (MIR) given suitable options, per https://llvm.org/docs/MIRLangRef.html#mir-testing-guide, e.g. llvm-project/llvm/test/CodeGen/AArch64/a55-fuse-address.mir.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to