[compiler-rt] make mmap-munmap interceptor fail earlier (PR #169775)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 27 13:52:16 PST 2025


================
@@ -0,0 +1,17 @@
+// RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
+
----------------
thurstond wrote:

This test needs something like `// REQUIRES: system-aix`, otherwise it will fail on non-AIX systems.


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


More information about the llvm-commits mailing list