File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/doc/rustc-dev-guide/src/backend Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ tutorial above):
208
208
- The ` -Z print-llvm-passes ` option will print out LLVM optimization passes being run
209
209
- The ` -Z time-llvm-passes ` option measures the time of each LLVM pass
210
210
- The ` -Z verify-llvm-ir ` option will verify the LLVM IR for correctness
211
- - The ` -Z no-parallel-llvm ` will disable parallel compilation of distinct compilation units
211
+ - The ` -Z no-parallel-backend ` will disable parallel compilation of distinct compilation units
212
212
- The ` -Z llvm-time-trace ` option will output a Chrome profiler compatible JSON file
213
213
which contains details and timings for LLVM passes.
214
214
- The ` -C llvm-args=-opt-bisect-limit=<index> ` option allows for bisecting LLVM
You can’t perform that action at this time.
0 commit comments