rjmccall added a comment.

linkonce_odr would allow them to be dropped if unused by the library.  In fact, 
we don't normally emit IR for functions that are linkonce and not used.

Do you actually want code in lib_common to e.g. inline the common 
implementation instead of calling the optimized one if present?  Because that 
is also allowed by linkonce_odr.


Repository:
  rL LLVM

http://reviews.llvm.org/D18095



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to