File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ set(SYCL_INCLUDE "${SYCL_INCLUDE_BUILD_DIR}")
6
6
set (SYCL_TOOLS_SRC_DIR "${PROJECT_SOURCE_DIR} /tools/" )
7
7
set (LLVM_BUILD_BINARY_DIRS "${LLVM_BINARY_DIR} /bin/" )
8
8
set (LLVM_BUILD_LIBRARY_DIRS "${LLVM_BINARY_DIR} /lib/" )
9
- set (SOURCE_SYCL_INCLUDE "${sycl_inc_dir} " )
10
9
11
10
set (RT_TEST_ARGS ${RT_TEST_ARGS} "-v" )
12
11
set (DEPLOY_RT_TEST_ARGS ${DEPLOY_RT_TEST_ARGS} "-v -D SYCL_TOOLS_DIR=${CMAKE_INSTALL_PREFIX} /bin -D SYCL_LIBS_DIR=${CMAKE_INSTALL_PREFIX} /lib${LLVM_LIBDIR_SUFFIX} -D SYCL_INCLUDE=${SYCL_INCLUDE_DEPLOY_DIR} " )
Original file line number Diff line number Diff line change 59
59
llvm_config .with_environment ('PATH' , config .sycl_tools_dir , append_path = True )
60
60
61
61
config .substitutions .append ( ('%threads_lib' , config .sycl_threads_lib ) )
62
- config .substitutions .append ( ('%source_sycl_include' , config .source_sycl_include ) )
63
62
config .substitutions .append ( ('%sycl_libs_dir' , config .sycl_libs_dir ) )
64
63
config .substitutions .append ( ('%sycl_include' , config .sycl_include ) )
65
64
config .substitutions .append ( ('%sycl_source_dir' , config .sycl_source_dir ) )
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
6
6
config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
7
7
config.sycl_tools_dir = lit_config.params.get('SYCL_TOOLS_DIR', "@LLVM_TOOLS_DIR@")
8
8
config.sycl_include = lit_config.params.get('SYCL_INCLUDE', "@SYCL_INCLUDE@")
9
- config.source_sycl_include = lit_config.params.get('SOURCE_SYCL_INCLUDE', "@SOURCE_SYCL_INCLUDE@")
10
9
config.sycl_obj_root = "@SYCL_BINARY_DIR@"
11
10
config.sycl_source_dir = "@SYCL_SOURCE_DIR@/source"
12
11
config.sycl_libs_dir = lit_config.params.get('SYCL_LIBS_DIR', "@LLVM_LIBS_DIR@")
You can’t perform that action at this time.
0 commit comments