5 matches across 1 files for error lang: lang:Markdown lang:Markdown lang:Markdown
snippet_mode: auto · sorted by relevance
src/doc/rustc/src/linker-plugin-lto.md MARKDOWN 5 matches view file →
146
147You will want to make sure your rust major LLVM version matches your installed LLVM tooling version,
148otherwise it is likely you will get linker errors:
149
150```bat
· · ·
153```
154
155If you are compiling any proc-macros, you will get this error:
156
157```bash
· · ·
158error: Linker plugin based LTO is not supported together with `-C prefer-dynamic` when
159targeting Windows-like targets
160```
· · ·
170set CC=clang-cl
171set CXX=clang-cl
172set CFLAGS=/clang:-flto=thin /clang:-fuse-ld=lld-link
173set CXXFLAGS=/clang:-flto=thin /clang:-fuse-ld=lld-link
174REM Needed because msvc's lib.exe crashes on LLVM LTO .obj files
· · ·
173set CXXFLAGS=/clang:-flto=thin /clang:-fuse-ld=lld-link
174REM Needed because msvc's lib.exe crashes on LLVM LTO .obj files
175set AR=llvm-lib
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.