[libcxx-commits] [PATCH] D128007: [libc++] Simplify the visibility attributes
Alan Zhao via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 12 16:31:36 PDT 2022
ayzhao added inline comments.
================
Comment at: libcxx/include/__config:543
+# define _LIBCPP_EXPORTED_FROM_ABI _LIBCPP_VISIBILITY("default")
+# define _LIBCPP_OVERRIDABLE_FUNC_VIS _LIBCPP_VISIBILITY("default")
+# define _LIBCPP_EXCEPTION_ABI _LIBCPP_VISIBILITY("default")
----------------
This is causing breakages in Chromium because we're unable to set `_LIBCPP_OVERRIDABLE_FUNC_VIS` at build time - see https://crbug.com/1343370#c6
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128007/new/
https://reviews.llvm.org/D128007
More information about the libcxx-commits
mailing list