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.
1 parent 38976a0 commit a969bc1Copy full SHA for a969bc1
cross-project-tests/lit.cfg.py
@@ -237,15 +237,6 @@ def can_target_host():
237
dependencies = configure_dexter_substitutions()
238
if all(d in config.available_features for d in dependencies):
239
config.available_features.add("dexter")
240
- llvm_config.with_environment(
241
- "PATHTOCLANG", add_host_triple(llvm_config.config.clang)
242
- )
243
244
- "PATHTOCLANGPP", add_host_triple(llvm_config.use_llvm_tool("clang++"))
245
246
247
- "PATHTOCLANGCL", add_host_triple(llvm_config.use_llvm_tool("clang-cl"))
248
249
else:
250
print(
251
"Host triple {} not supported. Skipping dexter tests in the "
0 commit comments