summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-05-09 12:39:39 +0000
committerNico Weber <nicolasweber@gmx.de>2018-05-09 12:39:39 +0000
commit3934dba059ef27a207150a0f5892ad9616aff61a (patch)
tree6d18f3144b76a642580cf60ac7bb50beaa7251fd
parent82574aaac9425caf0cab9682a6a45a0e80e1c8db (diff)
downloadbcm5719-llvm-3934dba059ef27a207150a0f5892ad9616aff61a.tar.gz
bcm5719-llvm-3934dba059ef27a207150a0f5892ad9616aff61a.zip
Remove 'abi-breaking-checks' lit feature.
Its only two uses were removed in r311730. Effectively reverts r304851 (but that code has removed around a bit since then). https://reviews.llvm.org/D46619 clang side done in r331871. llvm-svn: 331872
-rw-r--r--llvm/test/lit.site.cfg.py.in1
-rw-r--r--llvm/utils/lit/lit/llvm/config.py4
2 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/lit.site.cfg.py.in b/llvm/test/lit.site.cfg.py.in
index 117af7336d0..58d49a0cac3 100644
--- a/llvm/test/lit.site.cfg.py.in
+++ b/llvm/test/lit.site.cfg.py.in
@@ -24,7 +24,6 @@ config.include_go_tests = @LLVM_INCLUDE_GO_TESTS@
config.go_executable = "@GO_EXECUTABLE@"
config.enable_shared = @ENABLE_SHARED@
config.enable_assertions = @ENABLE_ASSERTIONS@
-config.enable_abi_breaking_checks = "@LLVM_ENABLE_ABI_BREAKING_CHECKS@"
config.targets_to_build = "@TARGETS_TO_BUILD@"
config.native_target = "@LLVM_NATIVE_ARCH@"
config.llvm_bindings = "@LLVM_BINDINGS@".split(' ')
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