diff --git a/sycl/test-e2e/lit.cfg.py b/sycl/test-e2e/lit.cfg.py index df9a7e6a3192c..b6d2b4edb72c2 100644 --- a/sycl/test-e2e/lit.cfg.py +++ b/sycl/test-e2e/lit.cfg.py @@ -839,6 +839,14 @@ def remove_level_zero_suffix(devices): ), ToolSubst("sycl-ls", command=sycl_ls, unresolved="ignore"), ToolSubst("syclbin-dump", command=syclbin_dump, unresolved="ignore"), + ToolSubst("llvm-link", unresolved="fatal"), + ToolSubst("syclbin-dump", unresolved="fatal"), + ToolSubst("llvm-ar", unresolved="fatal"), + ToolSubst("clang-offload-bundler", unresolved="fatal"), + ToolSubst("clang-offload-wrapper", unresolved="fatal"), + ToolSubst("sycl-post-link", unresolved="fatal"), + ToolSubst("file-table-tform", unresolved="fatal"), + ToolSubst("llvm-foreach", unresolved="fatal"), ] + feature_tools # Try and find each of these tools in the DPC++ bin directory, in the llvm tools directory