[llvm-commits] [llvm-gcc-4.2] r85649 - /llvm-gcc-4.2/trunk/gcc/cp/decl.c

Mike Stump mrs at apple.com
Mon Nov 2 10:39:12 PST 2009


On Nov 1, 2009, at 12:58 PM, Nick Lewycky wrote:
> The other thing is that not all GCC thunks can be lowered to LLVM
> aliases. See PR2861 for the case that hit me. I'm waiting to see what
> happens when clang needs to codegen the same thing :)

I think I'll be starting in on thunk codegen for clang next...  I  
don't see how aliases could be used; thunks require extra code, and I  
didn't see any provision for extra code for aliases.



More information about the llvm-commits mailing list