Displaying 2 results from an estimated 2 matches for "d64880d5".
2012 Apr 16
0
[LLVMdev] Determing C Types
...opers 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/20120416/d64880d5/attachment.html>
2012 Apr 16
2
[LLVMdev] Determing C Types
If what you're trying to do is use LLVM as a target-independent bitcode representation, you should be aware that it's not made for that purpose. In fact, it's specifically *not* target-independent, no matter what the types are.
For you initial question, you cannot map back from LLVM IR to C types, because the two have little to do with each other.
-bw
On Apr 16, 2012, at 2:43 PM,