Skip to content

Commit 4375d85

Browse files
TimNNtshepang
authored andcommitted
Replace -Zno-parallel-llvm with -Zno-parallel-backend
This was renamed by rust-lang/rust#116791.
1 parent 84bbfc3 commit 4375d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ tutorial above):
208208
- The `-Z print-llvm-passes` option will print out LLVM optimization passes being run
209209
- The `-Z time-llvm-passes` option measures the time of each LLVM pass
210210
- 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
212212
- The `-Z llvm-time-trace` option will output a Chrome profiler compatible JSON file
213213
which contains details and timings for LLVM passes.
214214
- The `-C llvm-args=-opt-bisect-limit=<index>` option allows for bisecting LLVM

0 commit comments

Comments
 (0)