[libcxx-commits] [PATCH] D129768: [libc++] Remove the option to change _LIBCPP_OVERRIDABLE_FUNC_VIS

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 15 11:25:57 PDT 2022


Mordante added a comment.

Is there anything in the release notes that it's the intention to remove this?
We know it broke Chromium, but we don't know how many other might be broken.
Instead I would suggest to follow our normal removal route once Chromium is fixed:

- Remove it, but add an opt out
- Add information in the release notes, requesting people to reach out when they use it
- Remove the opt out in a later release


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129768/new/

https://reviews.llvm.org/D129768



More information about the libcxx-commits mailing list