Skip to content

Commit

Permalink
[lit] Remove clang_libs_dir
Browse files Browse the repository at this point in the history
Seems to have been added accidentally in 58db03a and then
copied into clangd by me (but not actually needed).
  • Loading branch information
sam-mccall committed Mar 16, 2022
1 parent 9b61fff commit e4cab4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion clang-tools-extra/clangd/test/lit.site.cfg.py.in
Expand Up @@ -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@"
Expand Down
1 change: 0 additions & 1 deletion llvm/utils/lit/lit/llvm/config.py
Expand Up @@ -489,7 +489,6 @@ def use_clang(self, additional_tool_dirs=[], additional_flags=[],

lib_dir_props = [
self.config.name.lower() + '_libs_dir',
'clang_libs_dir',
'llvm_shlib_dir',
'llvm_libs_dir',
]
Expand Down

0 comments on commit e4cab4e

Please sign in to comment.