[libcxx-commits] [libcxx] [libc++][AIX] Add `__hash_memory` to `.abilist` (PR #184064)

Connector Switch via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 5 04:17:30 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'}
----------------
c8ef wrote:

I happened to trigger this on AIX 32-bit platforms, so should we also add this to https://github.com/llvm/llvm-project/blob/main/libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist?

ref: https://buildkite.com/llvm-project/libcxx-ci/builds/150909/steps/canvas?jid=019cb8fe-6f05-495f-babf-bfdc6a373408&tab=output

https://github.com/llvm/llvm-project/pull/184064


More information about the libcxx-commits mailing list