rust/src/tools/llvm-bitcode-linker
2026-01-19 22:17:59 -08:00
..
src Fix typos: 'occured' -> 'occurred' and 'non_existant' -> 'non_existent' 2026-01-19 22:17:59 -08:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
README.md LLVM Bitcode Linker: Added crate 2024-03-11 13:35:35 +01:00

LLVM Bitcode Linker

The LLVM bitcode linker can be used to link targets without any dependency on system libraries. The code will be linked in llvm-bc before compiling to native code. For some of these targets (e.g. ptx) there does not exist a sensible way to link the native format at all. A bitcode linker is required to link code compiled for such targets.