[PATCH] D48892: [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY

Eric Fiselier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 19:10:53 PDT 2018


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

LGTM.

I meant to do this earlier, but I figured Howard had a specific difference in mind between `_LIBCPP_ALWAYS_INLINE` and `_LIBCPP_INLINE_VISIBILITY`, and I wanted to discover that difference.
But the more I think about this, the less sense `_LIBCPP_ALWAYS_INLINE` current makes.


Repository:
  rL LLVM

https://reviews.llvm.org/D48892





More information about the llvm-commits mailing list