diff options
| author | Tim Neumann <timnn@google.com> | 2024-04-03 18:41:08 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2024-04-05 07:05:33 +0200 |
| commit | ac4e810ebb561fb254c1bc8d35c900f01c7dba80 (patch) | |
| tree | 3ff9ca7c7d4a215cc0d0a26a76a13346afbee375 /src/doc/rustc-dev-guide | |
| parent | e4849adc73915849a883a7df8e555ed3e2c47d55 (diff) | |
| download | rust-ac4e810ebb561fb254c1bc8d35c900f01c7dba80.tar.gz rust-ac4e810ebb561fb254c1bc8d35c900f01c7dba80.zip | |
Replace -Zno-parallel-llvm with -Zno-parallel-backend
This was renamed by https://github.com/rust-lang/rust/pull/116791.
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/backend/debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/debugging.md b/src/doc/rustc-dev-guide/src/backend/debugging.md index 26375204e6d..275a1777a99 100644 --- a/src/doc/rustc-dev-guide/src/backend/debugging.md +++ b/src/doc/rustc-dev-guide/src/backend/debugging.md @@ -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 |
