[llvm-commits] [llvm] r120205 - /llvm/trunk/lib/Object/MachOObject.cpp

John McCall rjmccall at apple.com
Sat Nov 27 04:16:13 PST 2010


On Nov 27, 2010, at 1:08 AM, Benjamin Kramer wrote:
> Author: d0k
> Date: Sat Nov 27 03:08:25 2010
> New Revision: 120205
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=120205&view=rev
> Log:
> Unbreak build for newer GCCs.

For what it's worth, older versions of gcc — at least as recently as gcc-4.2 — don't give internal linkage to explicit specializations of static function templates unless they're marked static, even though, yes, that's actually illegal.

John.



More information about the llvm-commits mailing list