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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 13 14:40:58 PDT 2022


philnik added a comment.

Oh and apparently also without it. We define `_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION` as `always_inline` if it's not provided (which it isn't with GCC: https://godbolt.org/z/5vvr7ne94).


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