search for: 3c065c17

Displaying 2 results from an estimated 2 matches for "3c065c17".

2015 Jul 10
0
[LLVMdev] Linking tools
...> LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150710/3c065c17/attachment.html>
2015 Jul 10
2
[LLVMdev] Linking tools
I'm trying to figure out exactly what the function and status of the different linking tools is. The impression I get is: 1. For linking multiple bitcode (either binary or text format) files together, llvm-link is the current and future intended tool. 2. For converting bitcode files into (machine code) object files, llc is the current and future intended tool. 3. For linking multiple object