[libcxx-commits] [libcxx] [libc++] Introduce implicit and explicit ABI annotations (PR #193045)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 12 01:33:30 PDT 2026
philnik777 wrote:
> Right, so IIUC the plan is to replace the single whole-file block `_LIBCPP_(BEGIN|END)_EXPLICIT_ABI_ANNOTATIONS` with one or more relatively small blocks, removing the `_LIBCPP_HIDE_FROM_ABI` from the rest of the file?
Yes, exactly.
> For SLoc usage, I use `-Xclang -print-stats` and look at Source Manager stats:
>
> https://github.com/llvm/llvm-project/blob/ea1d7e394e5fae100f0b703c3d61e01c0b0994cd/clang/lib/Basic/SourceManager.cpp#L2115-L2127
Thanks!
https://github.com/llvm/llvm-project/pull/193045
More information about the libcxx-commits
mailing list