Skip to content

[Driver] Clang :: Driver/sycl-device-lib.cpp fails if libdevice project is not pre-built #3630

@bader

Description

@bader

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):

  • OS: Linux

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions