[PATCH] D14411: Use __attribute__((internal_linkage)) when available.

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 12:04:37 PDT 2016


eugenis added a comment.

Yes, I'd like to try.
I think this is blocked on the changes that move visibility attributes to the first declaration, right?
Also, re: cfi-commits thread for r255177, it appears that on Mac we can neither hide nor expose existing methods (i.e. if something was hidden, it can not be exported and vice versa; basically, the set of exports must stay exactly the same).


Repository:
  rL LLVM

http://reviews.llvm.org/D14411





More information about the cfe-commits mailing list