diff --git a/sycl/test-e2e/CMakeLists.txt b/sycl/test-e2e/CMakeLists.txt index 38afa0ee45e0c..07000f6a825bb 100644 --- a/sycl/test-e2e/CMakeLists.txt +++ b/sycl/test-e2e/CMakeLists.txt @@ -116,6 +116,7 @@ if(NOT SYCL_TEST_E2E_STANDALONE) sycl-toolchain FileCheck not + llvm-dis ) endif() # Standalone. diff --git a/sycl/test-e2e/SeparateCompile/test.cpp b/sycl/test-e2e/SeparateCompile/test.cpp index 920714e72e0f0..f8bfc902fad3f 100644 --- a/sycl/test-e2e/SeparateCompile/test.cpp +++ b/sycl/test-e2e/SeparateCompile/test.cpp @@ -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 //