[PATCH] D49240: [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITY

Marshall Clow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 23 11:50:05 PDT 2018


mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.

This looks good to me.



================
Comment at: libcxx/include/__config:681
 
 #if defined(_LIBCPP_COMPILER_MSVC)
 #  define _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY __forceinline
----------------
This is one of the bits I'll be cleaning up post-7.0 branch.


Repository:
  rL LLVM

https://reviews.llvm.org/D49240





More information about the llvm-commits mailing list