Skip to content

Commit 4324bf1

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): -- [...] [...] ``` 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 4e5a72e commit 4324bf1

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
@@ -392,6 +392,7 @@ add_custom_target( sycl-toolchain ALL
392392
DEPENDS sycl-runtime-libraries
393393
sycl-compiler
394394
sycl-ls
395+
sycl-trace
395396
${XPTIFW_LIBS}
396397
COMMENT "Building SYCL compiler toolchain..."
397398
)

0 commit comments

Comments
 (0)