| Kjetil Kjeka | 222ce4f | 2024-02-06 19:15:38 +0100 | [diff] [blame] | 1 | # LLVM Bitcode Linker |
| 2 | The LLVM bitcode linker can be used to link targets without any dependency on system libraries. | ||||
| 3 | The 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 | ||||
| 5 | is required to link code compiled for such targets. | ||||