Skip to content

Commit 6867afc

Browse files
committed
Revert "Disable user poisoning in swift LLDB"
This reverts commit 720c769.
1 parent 99f90e2 commit 6867afc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lldb/test/Unit/lit.cfg.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@
4343
# false positive in std::vector. We also want to support testing a sanitized
4444
# lldb using unsanitized llvm, clang, and swift libraries.
4545
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'
5246
# End Swift mod.
5347

5448

0 commit comments

Comments
 (0)