summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/lit')
-rw-r--r--llvm/utils/lit/lit/llvm/config.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/utils/lit/lit/llvm/config.py b/llvm/utils/lit/lit/llvm/config.py
index 5ba848d1f8c..c374f375ea2 100644
--- a/llvm/utils/lit/lit/llvm/config.py
+++ b/llvm/utils/lit/lit/llvm/config.py
@@ -101,10 +101,6 @@ class LLVMConfig(object):
self.with_environment(
'DYLD_INSERT_LIBRARIES', gmalloc_path_str)
- breaking_checks = getattr(config, 'enable_abi_breaking_checks', None)
- if lit.util.pythonize_bool(breaking_checks):
- features.add('abi-breaking-checks')
-
def with_environment(self, variable, value, append_path=False):
if append_path:
# For paths, we should be able to take a list of them and process all
OpenPOWER on IntegriCloud