Displaying 2 results from an estimated 2 matches for "78ba6d6b".
2005 Jun 20
0
[LLVMdev] variable sized structs in LLVM
...cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050620/78ba6d6b/attachment.sig>
2005 Jun 20
4
[LLVMdev] variable sized structs in LLVM
Hi Reid,
Reid Spencer wrote:
> Yes, for that you need TargetData:
>
> http://illuvium.net/docs/doxygen/classllvm_1_1TargetData.html
I feared that that would be the answer :-). We're not using the LLVM-API
at the moment. We're just generating a .ll file 'by hand', e.g. via
simple string operations. I guess we get what we deserve :-).
Thanks for your help,
Carl