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
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================