Skip to content

Commit b75cb95

Browse files
nico-abramcamelid
andauthoredJan 25, 2022
Update src/doc/rustc/src/linker-plugin-lto.md
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
1 parent 032c545 commit b75cb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/doc/rustc/src/linker-plugin-lto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ option:
8686
rustc -Clinker-plugin-lto="/path/to/LLVMgold.so" -L. -Copt-level=2 ./main.rs
8787
```
8888

89-
### Usage with clang-cl and --target x86_64-pc-windows-msvc
89+
### Usage with clang-cl and x86_64-pc-windows-msvc
9090

9191
Cross language LTO can be used with the x86_64-pc-windows-msvc target, but this requires using the
9292
clang-cl compiler instead of the MSVC cl.exe included with Visual Studio Build Tools, and linking

0 commit comments

Comments
 (0)
Please sign in to comment.