Skip to content

Commit

Permalink
Update rustc manpage.
Browse files Browse the repository at this point in the history
rustc -C target-cpu=help is no longer supported. Recommend the
llc tool intead like 'rustc --help'.
  • Loading branch information
rillian committed May 26, 2015
1 parent ea5c8eb commit bb61b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/rustc.1
Expand Up @@ -160,7 +160,7 @@ If the value is 'help', then a list of available CPUs is printed.
\fBtarget\-feature\fR='\fI+feature1\fR,\fI\-feature2\fR'
A comma\[hy]separated list of features to enable or disable for the target.
A preceding '+' enables a feature while a preceding '\-' disables it.
Available features can be discovered through \fItarget\-cpu=help\fR.
Available features can be discovered through \fIllc -mcpu=help\fR.
.TP
\fBpasses\fR=\fIval\fR
A space\[hy]separated list of extra LLVM passes to run.
Expand Down

0 comments on commit bb61b0b

Please sign in to comment.