[cfe-commits] r47850 - /cfe/trunk/Headers/mmintrin.h
Eli Friedman
eli.friedman at gmail.com
Tue Mar 4 14:58:34 PST 2008
On Tue, Mar 4, 2008 at 2:57 PM, Chris Lattner <clattner at apple.com> wrote:
>
> 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.
Does always_inline imply that it's illegal to take the address of the
function? The gcc docs don't seem to say that.
-Eli
More information about the cfe-commits
mailing list