[cfe-commits] r66270 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/attributes.c

Chris Lattner clattner at apple.com
Fri Mar 6 09:28:50 PST 2009


On Mar 6, 2009, at 8:20 AM, Daniel Dunbar wrote:

> Author: ddunbar
> Date: Fri Mar  6 10:20:49 2009
> New Revision: 66270
>
> URL: http://llvm.org/viewvc/llvm-project?rev=66270&view=rev
> Log:
> IRgen support for weak_import.
> - <rdar://problem/6652110> clang should support weak_import

nice

> +    } else if (D->getAttr<WeakAttr>() ||
> +               D->getAttr<WeakImportAttr>()) {
> +      // "extern_weak" is overloaded in LLVM; we probably should have
> +      // separate linkage types for this.

What is the issue here?

-Chirs



More information about the cfe-commits mailing list