[PATCH] D49240: [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITY
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 12 08:08:51 PDT 2018
ldionne added inline comments.
================
Comment at: libcxx/include/__config:767
+#else
+# error "This compiler doesn't support any form of always_inline attribute"
+#endif
----------------
Is this acceptable?
Repository:
rL LLVM
https://reviews.llvm.org/D49240
More information about the llvm-commits
mailing list