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

John McCall via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 14 12:18:50 PDT 2016


rjmccall added a comment.

Well, your overriding definitions will be strong definitions.  The question is whether you want to allow inning of the weak definitions, i.e. the possibly-overridden ones, and there I would assume not.


Repository:
  rL LLVM

http://reviews.llvm.org/D18095





More information about the cfe-commits mailing list