Displaying 2 results from an estimated 2 matches for "cbe_tests".
2011 Aug 05
0
[LLVMdev] Experimental fixes to CBackend
...attachment. Briefly, I'm
> creating fictive StructType for each ArrayType and slightly changing
> logic of anonymous structs definition to account the special case of
> ArrayType-s.
>
> - D.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cbe_tests.tar.gz
Type: application/x-gzip
Size: 33710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110805/64087515/attachment.bin>
2011 Aug 05
3
[LLVMdev] Experimental fixes to CBackend
Hi,
LLVM C backend as of revision 136600 suffers from the following issues:
* Forward structs declarations block is missing (it was there
previously, why was it removed?)
* Anonymous container structs are not generated for array types,
resulting into declarations being placed directly into functions
prototypes (previously it was not happening as well)
I'm not very familiar with llvm