Skip to content

Commit 3d8fee6

Browse files
committed
Move profiling dependencies from compiler to E2E tests
Signed-off-by: Michael Aziz <michael.aziz@intel.com>
1 parent 40f2af7 commit 3d8fee6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sycl/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,16 +392,13 @@ add_custom_target(sycl-compiler
392392
clang-offload-extract
393393
llvm-offload-binary
394394
clang-linker-wrapper
395-
compiler-rt
396395
file-table-tform
397396
llc
398397
llvm-ar
399398
llvm-foreach
400399
llvm-spirv
401400
llvm-link
402401
llvm-objcopy
403-
llvm-profdata
404-
llvm-cov
405402
spirv-to-ir-wrapper
406403
sycl-post-link
407404
opencl-aot

sycl/test-e2e/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ if(NOT SYCL_TEST_E2E_STANDALONE)
9898
sycl-toolchain
9999
FileCheck
100100
not
101+
compiler-rt
102+
llvm-profdata
103+
llvm-cov
101104
)
102105
endif() # Standalone.
103106

0 commit comments

Comments
 (0)