Remove unused lit setting, see https://reviews.llvm.org/D46619

llvm-svn: 331871
This commit is contained in:
Nico Weber 2018-05-09 12:38:51 +00:00
parent 48fcfc3274
commit 82574aaac9
1 changed files with 0 additions and 1 deletions

View 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