Skip to content
Closed

debug #20367

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sycl/test-e2e/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ if(NOT SYCL_TEST_E2E_STANDALONE)
sycl-toolchain
FileCheck
not
llvm-dis
)
endif() # Standalone.

Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/SeparateCompile/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
//
// >> ---- do table transformations from bc to spv entries
// RUN: file-table-tform -extract=Code -drop_titles -o test_spv_in.table test.table
// RUN: cat test_spv_in.table
// RUN: llvm-dis test_3.bc -o -
// RUN: llvm-foreach --in-file-list=test_spv_in.table --in-replace=test_spv_in.table --out-ext=spv --out-file-list=test_spv_out.table --out-replace=test_spv_out.table -- llvm-spirv -o test_spv_out.table -spirv-allow-extra-diexpressions -spirv-allow-unknown-intrinsics=llvm.genx. -spirv-ext=-all test_spv_in.table
// RUN: file-table-tform -replace=Code,Code -o test_spv.table test.table test_spv_out.table
//
Expand Down
Loading