DPC++ daily 2022-09-08
Pre-release
Pre-release
·
128909 commits
to sycl
since this release
[SYCL][Windows] Enable building lld by default on Windows (#6701) The Windows-Clang CMake module uses `lld-link` by default, so having lld built on windows is helpful for people wanting to build SYCL applications using CMake. Related to: https://github.com/intel/llvm/issues/6026