tree: 127c3baea3f9fcbcad365ed9d5b689b56d8f5ffb [path history] [tgz]
  1. src/
  2. Cargo.toml
  3. README.md
src/tools/llvm-bitcode-linker/README.md

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.