[llvm-commits] [llvm-gcc-4.2] r71425 - in /llvm-gcc-4.2/trunk/gcc: llvm-convert.cpp llvm-internal.h
Duncan Sands
baldrick at free.fr
Mon May 11 11:28:15 PDT 2009
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.
Ciao,
Duncan.
More information about the llvm-commits
mailing list