Skip to content

Commit a969bc1

Browse files
authored
[dexter] Remove unused env vars from lit.cfg.py (llvm#150031)
I believe these are relics from the days of dexter having the ability to build your code
1 parent 38976a0 commit a969bc1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cross-project-tests/lit.cfg.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,15 +237,6 @@ def can_target_host():
237237
dependencies = configure_dexter_substitutions()
238238
if all(d in config.available_features for d in dependencies):
239239
config.available_features.add("dexter")
240-
llvm_config.with_environment(
241-
"PATHTOCLANG", add_host_triple(llvm_config.config.clang)
242-
)
243-
llvm_config.with_environment(
244-
"PATHTOCLANGPP", add_host_triple(llvm_config.use_llvm_tool("clang++"))
245-
)
246-
llvm_config.with_environment(
247-
"PATHTOCLANGCL", add_host_triple(llvm_config.use_llvm_tool("clang-cl"))
248-
)
249240
else:
250241
print(
251242
"Host triple {} not supported. Skipping dexter tests in the "

0 commit comments

Comments
 (0)