blob: 9b8719e3a7762304d063161344a7c9fdc82a9116 [file] [log] [blame] [view]
Kjetil Kjeka222ce4f2024-02-06 19:15:38 +01001# LLVM Bitcode Linker
2The LLVM bitcode linker can be used to link targets without any dependency on system libraries.
3The code will be linked in llvm-bc before compiling to native code. For some of these targets
4(e.g. ptx) there does not exist a sensible way to link the native format at all. A bitcode linker
5is required to link code compiled for such targets.