We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99601f8 + 896575e commit bc60ad0Copy full SHA for bc60ad0
clang-tools-extra/clangd/test/lit.cfg.py
@@ -1,7 +1,7 @@
1
import lit.llvm
2
3
lit.llvm.initialize(lit_config, config)
4
-lit.llvm.llvm_config.use_clang([], [], required=False)
+lit.llvm.llvm_config.clang_setup()
5
lit.llvm.llvm_config.use_default_substitutions()
6
7
config.name = "Clangd"
clang-tools-extra/test/lit.cfg.py
@@ -42,7 +42,7 @@
42
config.test_exec_root = os.path.join(config.clang_tools_binary_dir, "test")
43
44
# Tools need the same environment setup as clang (we don't need clang itself).
45
-llvm_config.use_clang(required=False)
+llvm_config.clang_setup()
46
47
if config.clang_tidy_staticanalyzer:
48
config.available_features.add("static-analyzer")
0 commit comments