[llvm-commits] [llvm] r62279 - in /llvm/trunk: docs/ include/llvm/ include/llvm/Support/ lib/Analysis/IPA/ lib/Archive/ lib/AsmParser/ lib/Bitcode/Reader/ lib/Bitcode/Writer/ lib/CodeGen/ lib/CodeGen/AsmPrinter/ lib/CodeGen/SelectionDAG/ lib/Exec

Rafael Espindola espindola at google.com
Fri Jan 16 04:01:04 PST 2009


> should the "internalize" pass be marking globals with internal linkage
> or private linkage?

Probably depends on the usage. If they should be visible to a
debugger, or the linker has to do something with it, it should be
internal.

> Thanks,
>
> Duncan.
>

Cheers,
-- 
Rafael Avila de Espindola

Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047



More information about the llvm-commits mailing list