[LLVMdev] DIFactory

Renato Golin rengolin at systemcall.org
Sun Feb 20 02:00:37 PST 2011


On 20 February 2011 01:12, Talin <viridia at gmail.com> wrote:
> OK I switched all my stuff over to use DIBuilder, and you are right - the
> arrays don't work. Everything else does though.

Phew! I thought I was just being Friday-stupid... ;)

There is a very thin line that could make it work (the conversion to
MDNode* from operator* and then automatically become a Value*), but I
don't think that would work and even if it did, it's bad practice
because it's a completely unrelated feature.

cheers,
--renato



More information about the llvm-dev mailing list