Closed
Description
Describe the bug
Clang :: CodeGenSYCL/esimd-accessor-ptr-md.cpp
and Clang :: CodeGenSYCL/esimd-private-global.cpp
invoke sycl-post-link
tool, but it's not listed as a dependency, which leads to failed tests.
To Reproduce
Checkout sycl
branch, configure build files and build check-clang
target. It's important to not build sycl-post-link
target or any other target building sycl-post-link
before building check-clang
.
Environment (please complete the following information):
- OS: I used Linux, but it should not be OS specific issue.
- Target device and vendor: N/A.
- DPC++ version: N/A.
- Dependencies version: N/A.
Additional context
I think we should avoid invoking this tool if possible.