We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0e406e + 720c769 commit e9ce48fCopy full SHA for e9ce48f
lldb/test/Unit/lit.cfg.py
@@ -43,6 +43,12 @@
43
# false positive in std::vector. We also want to support testing a sanitized
44
# lldb using unsanitized llvm, clang, and swift libraries.
45
config.environment['ASAN_OPTIONS'] += ':' + 'detect_container_overflow=0'
46
+
47
+# FIXME: This is the wrong place to disable this. This is working
48
+# around the fact that the ci.swift.org scripts build only LLDB with
49
+# asan and this creates an ODR violation in Allocator.h that breaks
50
+# poisoning.
51
+config.environment['ASAN_OPTIONS'] += ':' + 'allow_user_poisoning=0'
52
# End Swift mod.
53
54
0 commit comments