]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331871 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.site.cfg.py.in

index 9d2b4c59187985dd34b105a550b648b5369058fc..361d4e44d679f91508dc2536e7987b5defbcb8ea 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