[compiler-rt] [sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (PR #166005)
Paddy McDonald via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 3 12:33:24 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
----------------
padriff wrote:
+1
https://github.com/llvm/llvm-project/pull/166005
More information about the llvm-commits
mailing list