[llvm-commits] [dragonegg] r95091 - /dragonegg/trunk/TODO

Duncan Sands baldrick at free.fr
Tue Feb 2 09:19:31 PST 2010


Hi Rafael,

>> Add a TODO about linkage types (currently quite a mess).
> 
> Note that llvm's linkage support in currently incomplete when it comes
> to ELF. It lacks proper support for ELF's default visibility model.
> Your options are to use llvm's default visibility and have the
> optimizers assume they know the callee or you can use weak and have it
> marked as weak in the .o.

thanks for your comments.  My current goal is to do at least as well as
llvm-gcc - true correctness can wait for later!

Ciao,

Duncan.



More information about the llvm-commits mailing list