]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc-dev-guide/src/profile-guided-optimization.md
New upstream version 1.61.0+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / profile-guided-optimization.md
index bf7615878cad39977ce005b7f840a88d832ed001..db2624e92f7cdadfab852a20d4a68d9b52e778b1 100644 (file)
@@ -49,7 +49,7 @@ workflow to see how they interact.
 
 [^note-instrument-coverage]: Note: `rustc` now supports front-end-based coverage
 instrumentation, via the experimental option
-[`-Z instrument-coverage`](./llvm-coverage-instrumentation.md), but using these
+[`-C instrument-coverage`](./llvm-coverage-instrumentation.md), but using these
 coverage results for PGO has not been attempted at this time.
 
 ### Overall Workflow