Skip to content

DPC++ daily 2022-09-08

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 08 Sep 16:22
· 128909 commits to sycl since this release
2086035
[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