summaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorOrlando Cazalet-Hyams <orlando.hyams@sony.com>2025-07-22 15:51:17 +0100
committerGitHub <noreply@github.com>2025-07-22 15:51:17 +0100
commita969bc1e57dc1e2b34847bbe134c19e266fd3acf (patch)
tree5b4f36e8959018d836260ad32c8b52ef274ffe15 /cross-project-tests
parent38976a03cd367b27437e0d1e81c0ccaee2777b47 (diff)
[dexter] Remove unused env vars from lit.cfg.py (#150031)
I believe these are relics from the days of dexter having the ability to build your code
Diffstat (limited to 'cross-project-tests')
-rw-r--r--cross-project-tests/lit.cfg.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/cross-project-tests/lit.cfg.py b/cross-project-tests/lit.cfg.py
index 31c93923ac9e..6a902bc877c8 100644
--- a/cross-project-tests/lit.cfg.py
+++ b/cross-project-tests/lit.cfg.py
@@ -237,15 +237,6 @@ if can_target_host():
dependencies = configure_dexter_substitutions()
if all(d in config.available_features for d in dependencies):
config.available_features.add("dexter")
- llvm_config.with_environment(
- "PATHTOCLANG", add_host_triple(llvm_config.config.clang)
- )
- llvm_config.with_environment(
- "PATHTOCLANGPP", add_host_triple(llvm_config.use_llvm_tool("clang++"))
- )
- llvm_config.with_environment(
- "PATHTOCLANGCL", add_host_triple(llvm_config.use_llvm_tool("clang-cl"))
- )
else:
print(
"Host triple {} not supported. Skipping dexter tests in the "