We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7208095 commit 8d3c62aCopy full SHA for 8d3c62a
src/librustc/driver/driver.rs
@@ -822,7 +822,8 @@ pub fn optgroups() -> ~[getopts::groups::OptGroup] {
822
optmulti("", "cfg", "Configure the compilation
823
environment", "SPEC"),
824
optflag("", "emit-llvm",
825
- "Produce an LLVM bitcode file"),
+ "Produce an LLVM assembly file if used with -S option;
826
+ produce an LLVM bitcode file otherwise"),
827
optflag("h", "help","Display this message"),
828
optmulti("L", "", "Add a directory to the library search path",
829
"PATH"),
0 commit comments