[cfe-commits] r47850 - /cfe/trunk/Headers/mmintrin.h

Chris Lattner clattner at apple.com
Tue Mar 4 14:57:12 PST 2008


On Mar 4, 2008, at 2:44 PM, Eli Friedman wrote:

> Hmm, looking at it again, "extern inline __attribute__((weak))" isn't
> quite right... we really want something like "extern inline
> __attribute__((linkonce))".

If these are marked always_inline, they should never make it to the  
linker.

-Chris



More information about the cfe-commits mailing list