[lit] Remove clang_libs_dir

Seems to have been added accidentally in 58db03a116 and then
copied into clangd by me (but not actually needed).
This commit is contained in:
Sam McCall 2022-03-16 03:01:40 +01:00
parent 9b61fff0eb
commit e4cab4e24d
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
# Variables needed for common clang config.
config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
config.clang_libs_dir = "@CLANG_LIBS_DIR@"
config.target_triple = "@LLVM_TARGET_TRIPLE@"
config.host_triple = "@LLVM_HOST_TRIPLE@"
config.python_executable = "@Python3_EXECUTABLE@"

View File

@ -489,7 +489,6 @@ class LLVMConfig(object):
lib_dir_props = [
self.config.name.lower() + '_libs_dir',
'clang_libs_dir',
'llvm_shlib_dir',
'llvm_libs_dir',
]