[compiler-rt] [compiler-rt] Implement address sanitizer on AIX (3/3) (PR #130028)

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 15:10:37 PDT 2025


================
@@ -3,7 +3,10 @@
 // Make sure ___asan_gen_* strings do not end up in the symbol table.
 
 // RUN: %clang_asan %s -o %t.exe
-// RUN: nm %t.exe | FileCheck %s
+// RUN: nm %if target={{.*aix.*}} %{ -X32_64 %} %t.exe | FileCheck %s
----------------
hubert-reinterpretcast wrote:

Change `nm` to `%nm` and set the LIT config to have it expand to `nm -X32_64` on AIX.

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


More information about the llvm-commits mailing list