summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/lit.common.cfg
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-01-23 22:52:31 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-01-23 22:52:31 +0000
commit0f550c81760ac19442d71eb0affa86c048e37b79 (patch)
tree276e7a6b955e7b7fa62e338242451ac91729dd8e /compiler-rt/test/sanitizer_common/lit.common.cfg
parentb7a0086db1207f359d0c7c4bff10704de1f52b98 (diff)
downloadbcm5719-llvm-0f550c81760ac19442d71eb0affa86c048e37b79.tar.gz
bcm5719-llvm-0f550c81760ac19442d71eb0affa86c048e37b79.zip
Revert "[lsan] Enable LSan for x86 Linux."
Breaks tests on i686/Linux due to missing clang driver support: error: unsupported option '-fsanitize=leak' for target 'i386-unknown-linux-gnu' llvm-svn: 292844
Diffstat (limited to 'compiler-rt/test/sanitizer_common/lit.common.cfg')
-rw-r--r--compiler-rt/test/sanitizer_common/lit.common.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/sanitizer_common/lit.common.cfg b/compiler-rt/test/sanitizer_common/lit.common.cfg
index 2926edb127a..b32fb1ba968 100644
--- a/compiler-rt/test/sanitizer_common/lit.common.cfg
+++ b/compiler-rt/test/sanitizer_common/lit.common.cfg
@@ -26,9 +26,6 @@ config.available_features.add(config.tool_name)
if config.target_arch not in ['arm', 'armhf', 'aarch64']:
config.available_features.add('stable-runtime')
-if config.host_os == 'Linux' and config.target_arch == 'i386' and config.tool_name == "lsan":
- config.available_features.add("lsan-x86")
-
if config.host_os == 'Darwin':
# On Darwin, we default to `abort_on_error=1`, which would make tests run
# much slower. Let's override this and run lit tests with 'abort_on_error=0'.
OpenPOWER on IntegriCloud