Files
llvm-project/compiler-rt/lib/interception/interception_aix.cpp
Jake Egan 5ec319119f [asan] Adjust interception compatibility for AIX (#131870)
Adjust asan interceptor compatbility for AIX. AIX uses dlsym to retrieve
addresses of exported functions. However, some functions in libc.a, such
as memcpy, are not exported, so we currently have a limitation in
retrieving these addresses.

Issue: https://github.com/llvm/llvm-project/issues/138916
2026-01-02 17:31:26 -05:00

3.1 KiB