Skip to content

Commit c5a9210

Browse files
committed
Update rustc manpage.
rustc -C target-cpu=help is no longer supported. Recommend the llc tool intead like 'rustc --help'.
1 parent a19c21b commit c5a9210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/rustc.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ If the value is 'help', then a list of available CPUs is printed.
160160
\fBtarget\-feature\fR='\fI+feature1\fR,\fI\-feature2\fR'
161161
A comma\[hy]separated list of features to enable or disable for the target.
162162
A preceding '+' enables a feature while a preceding '\-' disables it.
163-
Available features can be discovered through \fItarget\-cpu=help\fR.
163+
Available features can be discovered through \fIllc -mcpu=help\fR.
164164
.TP
165165
\fBpasses\fR=\fIval\fR
166166
A space\[hy]separated list of extra LLVM passes to run.

0 commit comments

Comments
 (0)