From: Nico Weber Date: Wed, 9 May 2018 12:38:51 +0000 (+0000) Subject: Remove unused lit setting, see https://reviews.llvm.org/D46619 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=092d4340e185d98c63b5201095d10489c0490206;p=clang Remove unused lit setting, see https://reviews.llvm.org/D46619 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331871 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lit.site.cfg.py.in b/test/lit.site.cfg.py.in index 9d2b4c5918..361d4e44d6 100644 --- a/test/lit.site.cfg.py.in +++ b/test/lit.site.cfg.py.in @@ -25,7 +25,6 @@ config.clang_examples = @CLANG_BUILD_EXAMPLES@ config.enable_shared = @ENABLE_SHARED@ config.enable_backtrace = @ENABLE_BACKTRACES@ config.host_arch = "@HOST_ARCH@" -config.enable_abi_breaking_checks = "@LLVM_ENABLE_ABI_BREAKING_CHECKS@" config.python_executable = "@PYTHON_EXECUTABLE@" # Support substitution of the tools and libs dirs with user parameters. This is