Skip to content
Snippets Groups Projects
Commit e4cab4e2 authored by Sam McCall's avatar Sam McCall
Browse files

[lit] Remove clang_libs_dir

Seems to have been added accidentally in 58db03a1 and then
copied into clangd by me (but not actually needed).
parent 9b61fff0
No related branches found
No related tags found
No related merge requests found
......@@ -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@"
......
......@@ -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',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment