Better documentation for --emit-llvm option.
Document possible use with -S option.
This commit is contained in:
parent
72080954b9
commit
8d3c62af9f
@ -822,7 +822,8 @@ pub fn optgroups() -> ~[getopts::groups::OptGroup] {
|
||||
optmulti("", "cfg", "Configure the compilation
|
||||
environment", "SPEC"),
|
||||
optflag("", "emit-llvm",
|
||||
"Produce an LLVM bitcode file"),
|
||||
"Produce an LLVM assembly file if used with -S option;
|
||||
produce an LLVM bitcode file otherwise"),
|
||||
optflag("h", "help","Display this message"),
|
||||
optmulti("L", "", "Add a directory to the library search path",
|
||||
"PATH"),
|
||||
|
Loading…
Reference in New Issue
Block a user