[libcxx-commits] [libcxx] [libc++][AIX] Add `__hash_memory` to `.abilist` (PR #184064)
David Tenty via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 5 06:41:08 PST 2026
================
@@ -1423,6 +1423,7 @@
{'import_export': 'wEXP', 'is_defined': True, 'name': '_ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev', 'storage_mapping_class': 'DS', 'type': 'FUNC'}
{'import_export': 'wEXP', 'is_defined': True, 'name': '_ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEEaSERKS5_', 'storage_mapping_class': 'DS', 'type': 'FUNC'}
{'import_export': 'wEXP', 'is_defined': True, 'name': '_ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEEaSEw', 'storage_mapping_class': 'DS', 'type': 'FUNC'}
+{'import_export': 'wEXP', 'is_defined': True, 'name': '_ZNSt3__113__hash_memoryEPKvm', 'storage_mapping_class': 'DS', 'type': 'FUNC'}
----------------
daltenty wrote:
Yeah, the 32-bit and 64-bit lists ought to be consistent.
https://github.com/llvm/llvm-project/pull/184064
More information about the libcxx-commits
mailing list