search for: 34d88011

Displaying 3 results from an estimated 3 matches for "34d88011".

Did you mean: 3408801
2015 Jul 10
0
[LLVMdev] Linking tools
On Fri, Jul 10, 2015 at 3:37 PM Russell Wallace <russell.wallace at gmail.com> wrote: > 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
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
2015 Jul 27
3
[LLVMdev] Linking tools
...enerating a single larger bitcode file? Adding -emit-llvm gives an error unless you also add -c, but that just rewrites the original small bitcode files? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150727/34d88011/attachment.html>