We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bbfc3 commit 4375d85Copy full SHA for 4375d85
src/backend/debugging.md
@@ -208,7 +208,7 @@ tutorial above):
208
- The `-Z print-llvm-passes` option will print out LLVM optimization passes being run
209
- The `-Z time-llvm-passes` option measures the time of each LLVM pass
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
+- The `-Z no-parallel-backend` will disable parallel compilation of distinct compilation units
212
- The `-Z llvm-time-trace` option will output a Chrome profiler compatible JSON file
213
which contains details and timings for LLVM passes.
214
- The `-C llvm-args=-opt-bisect-limit=<index>` option allows for bisecting LLVM
0 commit comments