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 5ca683e commit 0fab75bCopy full SHA for 0fab75b
sycl/test-e2e/lit.cfg.py
@@ -87,9 +87,6 @@
87
if platform.system() == "Linux":
88
config.available_features.add("linux")
89
llvm_config.with_system_environment(["LD_LIBRARY_PATH", "LIBRARY_PATH", "CPATH"])
90
- # llvm_config.with_environment(
91
- # "LD_LIBRARY_PATH", config.sycl_libs_dir, append_path=True
92
- # )
93
94
elif platform.system() == "Windows":
95
config.available_features.add("windows")
0 commit comments