[PATCH] D18095: Add __attribute__((linkonce_odr_linkage))

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 22 10:30:24 PDT 2016


yaxunl added a comment.

If __attribute__((linkonce_odr_linkage)) is not a proper name for explicitly setting linkage, how about __attribute((linkage=linkonce_odr))? This can be extended to other linkages too.


http://reviews.llvm.org/D18095





More information about the cfe-commits mailing list