[compiler-rt] [asan] Implement address sanitizer on AIX: Add import lists (PR #139583)
Jake Egan via llvm-commits
llvm-commits at lists.llvm.org
Mon May 26 07:06:13 PDT 2025
================
@@ -382,10 +384,18 @@ else()
endif()
endif()
endforeach()
+ endif()
endif()
add_compiler_rt_resource_file(asan_ignorelist asan_ignorelist.txt asan)
+# On AIX, we need to put asan.link_with_main_exec.txt and asan_cxx.link_with_main_exec.txt
+# to the build and install dir.
----------------
jakeegan wrote:
Driver change here: https://github.com/llvm/llvm-project/pull/129925
https://github.com/llvm/llvm-project/pull/139583
More information about the llvm-commits
mailing list