Skip to content

Commit e146798

Browse files
committed
---
yaml --- r: 189887 b: refs/heads/tmp c: 9093e23 h: refs/heads/master i: 189885: b9eec66 189883: 96f5b87 189879: 8cac5d0 189871: 1335bf9 189855: b736216 189823: eeadecc v: v3
1 parent 6bd05b2 commit e146798

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 4b00e871035ae52fb936cd4282cf383a6dcb1e05
37+
refs/heads/tmp: 9093e239739bfb6944b38141bbf26c358907b149
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3939
refs/tags/homu-tmp: 7ce5a21b274ff53e77b561467177bc34c668f95e

branches/tmp/man/rustc.1

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Path to the archive utility to use when assembling archives.
146146
Path to the linker utility to use when linking libraries, executables, and
147147
objects.
148148
.TP
149-
\fBlink\-args\fR='\fI\-FLAG1 \-FLAG2\fR'
149+
\fBlink\-args\fR='\fI\-flag1 \-flag2\fR'
150150
A space\[hy]separated list of extra arguments to pass to the linker when the linker
151151
is invoked.
152152
.TP
@@ -157,18 +157,18 @@ Perform LLVM link\[hy]time optimizations.
157157
Selects a target processor.
158158
If the value is 'help', then a list of available CPUs is printed.
159159
.TP
160-
\fBtarget\-feature\fR='\fI+FEATURE1\fR,\fI\-FEATURE2\fR'
160+
\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.
163163
Available features can be discovered through \fItarget\-cpu=help\fR.
164164
.TP
165-
\fBpasses\fR=\fILIST\fR
165+
\fBpasses\fR=\fIval\fR
166166
A space\[hy]separated list of extra LLVM passes to run.
167167
A value of 'list' will cause \fBrustc\fR to print all known passes and
168168
exit.
169169
The passes specified are appended at the end of the normal pass manager.
170170
.TP
171-
\fBllvm\-args\fR='\fI\-ARG1\fR \fI\-ARG2\fR'
171+
\fBllvm\-args\fR='\fI\-arg1\fR \fI\-arg2\fR'
172172
A space\[hy]separated list of arguments to pass through to LLVM.
173173
.TP
174174
\fBsave\-temps\fR
@@ -210,22 +210,22 @@ The relocation model to use.
210210
\fBcode\-model\fR=[small,kernel,medium,large]
211211
Choose the code model to use.
212212
.TP
213-
\fBmetadata\fR=\fIVAL\fR
213+
\fBmetadata\fR=\fIval\fR
214214
Metadata to mangle symbol names with.
215215
.TP
216-
\fBextra\-filename\fR=\fIVAL\fR
216+
\fBextra\-filename\fR=\fIval\fR
217217
Extra data to put in each output filename.
218218
.TP
219-
\fBcodegen\-units\fR=\fIN\fR
220-
Divide crate into \fIN\fR units to optimize in parallel.
219+
\fBcodegen\-units\fR=\fIn\fR
220+
Divide crate into \fIn\fR units to optimize in parallel.
221221
.TP
222-
\fBremark\fR=\fIVAL\fR
222+
\fBremark\fR=\fIval\fR
223223
Print remarks for these optimization passes (space separated, or "all").
224224
.TP
225225
\fBno\-stack\-check\fR
226226
Disable checks for stack exhaustion (a memory\[hy]safety hazard!).
227227
.TP
228-
\fBdebuginfo\fR=\fIVAL\fR
228+
\fBdebuginfo\fR=\fIval\fR
229229
Debug info emission level:
230230
.RS
231231
.TP

0 commit comments

Comments
 (0)