Skip to content

Commit f2210b9

Browse files
committed
[SYCL] sycl-trace is dependency of test-e2e
``` FAIL: SYCL :: Tracing/usm/queue_single_task_nullptr.cpp (2221 of 2265) Exit Code: 2 Command Output (stdout): -- [...] # .---command stderr------------ # | error: unable to find `sycl-trace' in PATH: No such file or directory # `----------------------------- [...] ``` The `test-e2e` target depends on `sycl-toolchain` only, so I'm assuming we want `sycl-toolchain` to contain `sycl-trace` so that test-e2e picks up this dependency automatically.
1 parent e38db3a commit f2210b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ add_custom_target( sycl-toolchain ALL
400400
DEPENDS sycl-runtime-libraries
401401
sycl-compiler
402402
sycl-ls
403+
sycl-trace
403404
${XPTIFW_LIBS}
404405
COMMENT "Building SYCL compiler toolchain..."
405406
)

0 commit comments

Comments
 (0)