apple / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Apple’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.1k stars 320 forks source link

[lldb][Shell] Turn detect_container_overflow back off for Shell tests #8844

Closed Michael137 closed 1 month ago

Michael137 commented 1 month ago

This environment variable was overridden accidentally in b0e130ffe534b05528dccd685a2f2e87af9b2306. The buildbots still fail to run the shell-tests without setting this environment variable to 0 (e.g., https://ci.swift.org/view/LLDB/job/oss-lldb-asan-macos/7709/). So this patch resumes to old behaviour.