Skip to content

DPC++ daily 2022-12-09

Pre-release
Pre-release

Choose a tag to compare

@bb-sycl bb-sycl released this 09 Dec 17:40
· 134552 commits to sycl since this release
f32d34f
[SYCL][libclc] Remangler fixes (#7723)

@pvchupin I've fixed the issues you mentioned in
https://github.com/intel/llvm/pull/7220#issuecomment-1340184612 (the
last two commits):
* shared libs build: e0f3a52e7a6cf2e991a92b6d69c8931957d22af3
* windows mangling: b88627f5dd93b32ea77cc8b7558b83b93af058fe

The rest is as per https://github.com/intel/llvm/pull/7220

Co-authored-by: Aaron Ballman <[email protected]>
Co-authored-by: premanandrao <[email protected]>
Co-authored-by: Steffen Larsen <[email protected]>