Module rustc_codegen_ssa::back::linker
source · Structs§
- Linker for AIX.
- Linker shepherd script for L4Re (Fiasco)
- The
self-contained
LLVM bitcode linker - Much simplified and explicit CLI for the NVPTX linker. The linker operates with bitcode and uses LLVM backend to generate a PTX assembly.
Traits§
- Linker abstraction used by
back::link
to build up the command to invoke a linker.
Functions§
- Disables non-English messages from localized linkers. Such messages may cause issues with text encoding on Windows (#35785) and prevent inspection of linker output in case of errors, which we occasionally do. This should be acceptable because other messages from rustc are in English anyway, and may also be desirable to improve searchability of the linker diagnostics.
- The third parameter is for env vars, used on windows to set up the path for MSVC to find its DLLs, and gcc to find its bundled toolchain