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.
1 parent 99f90e2 commit 6867afcCopy full SHA for 6867afc
lldb/test/Unit/lit.cfg.py
@@ -43,12 +43,6 @@
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