[compiler-rt] [sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (PR #166005)
Dan Blackwell via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 3 08:21:18 PST 2025
================
@@ -0,0 +1,20 @@
+// This test simply checks that the "Invalid module map" warning is not printed
+// in the output of a backtrace.
+
+// RUN: %clangxx_asan -O0 -g %s -o %t.executable
+// RUN: %env_asan_opts="print_module_map=2" not %run %t.executable 2>&1 | FileCheck %s
+
+// CHECK-NOT: WARN: Invalid module map
----------------
DanBlackwell wrote:
Is this supposed to match `WARN: Invalid dyld module map` from above? Right now this wouldn't match (missing dyld)
https://github.com/llvm/llvm-project/pull/166005
More information about the llvm-commits
mailing list