[libcxx-commits] [PATCH] D127444: [libc++] Use ABI tags instead of internal linkage to provide per-TU insulation

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 13 14:28:18 PDT 2022


EricWF added a comment.

I should add...

We should be explicitly aware of changes that affect the pre/post conditions of a libc++ function, and only do so consciously;
Allowing us to explicitly change the mangling using `__abi_tag__` or any other means (typically such changes already rename the function or change its signature)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127444



More information about the libcxx-commits mailing list