[all-commits] [llvm/llvm-project] e1ca2c: [libc++] Reject abilist if it contains an ABI tag ...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Fri May 16 06:42:16 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1ca2c5b6098b1fbeca4be7886a128f36ec1ea94
      https://github.com/llvm/llvm-project/commit/e1ca2c5b6098b1fbeca4be7886a128f36ec1ea94
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M libcxx/utils/sym_diff.py

  Log Message:
  -----------
  [libc++] Reject abilist if it contains an ABI tag (#139030)

We currently don't have any ABI tags in our dylib symbols, and this is
unlikely to change in the future. By diagnosing this we avoid
accidentally adding one through e.g. having `_LIBCPP_HIDE_FROM_ABI` on
an exported symbol.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list