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

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 19:12:54 PDT 2018


ldionne added a comment.

Note that this revision also removes `_LIBCPP_ALWAYS_INLINE` because it is not used anymore and I want to avoid any potential confusion. If we do come around a need to mark something as always inline in the future, we should reintroduce the macro for that use case. I'm not sure such a use case will come any time soon, though.


Repository:
  rL LLVM

https://reviews.llvm.org/D48892





More information about the llvm-commits mailing list