[llvm-commits] [llvm] r76447 - /llvm/trunk/include/llvm-c/Core.h
Bill Wendling
isanbard at gmail.com
Mon Jul 20 13:33:27 PDT 2009
On Mon, Jul 20, 2009 at 1:01 PM, Chris Lattner<clattner at apple.com> wrote:
>
> Ok, instead of doing a static cast, do a switch() on one value and
> have each case map over.
>
Okay. :)
> Right, but does LTO handle privatelinkage? If so, it might need to be
> updated to support the new linkage form (maybe not).
>
I did a global grep on "PrivateLinkage" and didn't find anything in
the LTO code...
-bw
More information about the llvm-commits
mailing list