[compiler-rt] [asan] Implement address sanitizer on AIX: build configuration (PR #139583)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 11 12:11:53 PDT 2025
================
@@ -0,0 +1,115 @@
+#! .
----------------
hubert-reinterpretcast wrote:
Would moving it to a AIX-specific subdirectory in the source tree address this? I think it should be okay to have the file named as-is in the install tree (since it would only be present for AIX).
Full disclosure: This file should ideally be automatically generated with the same set of symbols as what the shared library build would export. Currently, there is some issue with the visibility of symbols in the build.
https://github.com/llvm/llvm-project/pull/139583
More information about the llvm-commits
mailing list