You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Driver][SYCL] Enable use of response files for sycl link step (#2052)
It was found that with large command lines, with large numbers of files,
The default response file usage for sycl-link would end up failing at
the llvm-link stage due to the length of the command line. All of the
tools within the sycl-link step (clang-offload-wrapper, llvm-link,
llvm-spirv, llc) all support full response files. Go ahead and enable
usage of full response files for sycl-link.
Signed-off-by: Michael D Toguchi <[email protected]>
0 commit comments