forked from OSchip/llvm-project
Remove unused lit setting, see https://reviews.llvm.org/D46619
llvm-svn: 331871
This commit is contained in:
parent
48fcfc3274
commit
82574aaac9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue