Skip to content

Commit

Permalink
Replace -Zno-parallel-llvm with -Zno-parallel-backend
Browse files Browse the repository at this point in the history
This was renamed by rust-lang/rust#116791.
  • Loading branch information
TimNN authored and tshepang committed Apr 5, 2024
1 parent 84bbfc3 commit 4375d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ tutorial above):
- The `-Z print-llvm-passes` option will print out LLVM optimization passes being run
- The `-Z time-llvm-passes` option measures the time of each LLVM pass
- The `-Z verify-llvm-ir` option will verify the LLVM IR for correctness
- The `-Z no-parallel-llvm` will disable parallel compilation of distinct compilation units
- The `-Z no-parallel-backend` will disable parallel compilation of distinct compilation units
- The `-Z llvm-time-trace` option will output a Chrome profiler compatible JSON file
which contains details and timings for LLVM passes.
- The `-C llvm-args=-opt-bisect-limit=<index>` option allows for bisecting LLVM
Expand Down

0 comments on commit 4375d85

Please sign in to comment.