search for: d39d8d2c

Displaying 2 results from an estimated 2 matches for "d39d8d2c".

2011 Jul 26
0
[LLVMdev] Linking opaque types
...renames one of those as well. At this point, the linker fails because of a type mismatch. At least, this is the behavior that I am seeing. -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110726/d39d8d2c/attachment.html>
2011 Jul 26
3
[LLVMdev] Linking opaque types
On Jul 25, 2011, at 10:58 PM, Talin wrote: > To handle the fact that types do not (and can not, at least as long as we intend to support obscure languages like "C" :) have linkage, the the linker uses a "best effort" approach. It attempts to merge types and rewrite IR to use the merged types where it can, but it doesn't make any guarantees. > > I want to add an