summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/test/lit.cfg')
-rw-r--r--llvm/lib/Fuzzer/test/lit.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Fuzzer/test/lit.cfg b/llvm/lib/Fuzzer/test/lit.cfg
index e262e3c2585..745af0c3824 100644
--- a/llvm/lib/Fuzzer/test/lit.cfg
+++ b/llvm/lib/Fuzzer/test/lit.cfg
@@ -14,12 +14,6 @@ path = os.path.pathsep.join((llvm_tools_dir, config.test_exec_root,
config.environment['PATH']))
config.environment['PATH'] = path
-if config.has_dfsan:
- lit_config.note('dfsan feature available')
- config.available_features.add('dfsan')
-else:
- lit_config.note('dfsan feature unavailable')
-
if config.has_lsan:
lit_config.note('lsan feature available')
config.available_features.add('lsan')
OpenPOWER on IntegriCloud