[llvm-commits] [llvm-gcc-4.2] r71425 - in /llvm-gcc-4.2/trunk/gcc: llvm-convert.cpp llvm-internal.h

Bill Wendling isanbard at gmail.com
Mon May 11 11:30:04 PDT 2009


On Mon, May 11, 2009 at 11:28 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Bill,
>
>> Let me know if you need more.
>
> thanks for the info, it is enough.  The reason is surely this:
>
>  // If we have "extern void foo", make the global have type {} instead of
>  // type void.
>  if (Ty == Type::VoidTy) Ty = StructType::get(NULL, NULL);
>
> I need to think about this, and I don't have time now, so I'm
> going to revert the patch for the moment.
>
I already reverted it. :-)

-bw




More information about the llvm-commits mailing list