Skip to content

Commit

Permalink
Better documentation for --emit-llvm option.
Browse files Browse the repository at this point in the history
Document possible use with -S option.
  • Loading branch information
dim-an committed Aug 6, 2013
1 parent 7208095 commit 8d3c62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc/driver/driver.rs
Expand Up @@ -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"),
Expand Down

0 comments on commit 8d3c62a

Please sign in to comment.