Remove unused lit setting, see https://reviews.llvm.org/D46619
authorNico Weber <nicolasweber@gmx.de>
Wed, 9 May 2018 12:38:51 +0000 (12:38 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 9 May 2018 12:38:51 +0000 (12:38 +0000)
llvm-svn: 331871

clang/test/lit.site.cfg.py.in

index 9d2b4c5..361d4e4 100644 (file)
@@ -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