[PATCH] D15404: Cleanup: move visibility/linkage attributes to the first declaration (part 2).

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 19 20:42:43 PDT 2016


EricWF added a comment.

It seems my changes to the IO headers removes a bunch of symbols from the dylib. I'll look into it. I'm assuming it's because clang was already ignoring the "_LIBCPP_INLINE_VISIBILITY" attribute when instantiating extern templates. The symbols get removed even if we don't build with "internal_linkage".


Repository:
  rL LLVM

http://reviews.llvm.org/D15404





More information about the cfe-commits mailing list