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
Describe the bug Clang :: Driver/sycl-device-lib.cpp has a dependency on libdevice libraries. It seems to me, that driver schedules different actions based on presence of libdevice libraries. If libraries are missing some actions are skipped, but test passes only if required libraries are present.
To Reproduce
Checkout sycl branch, configure build files and build check-clang target. It's important to not build libdevice target or any other target building libdevice (e.g. check-sycl) before building check-clang.
Environment (please complete the following information):