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}")
66set (SYCL_TOOLS_SRC_DIR "${PROJECT_SOURCE_DIR} /tools/" )
77set (LLVM_BUILD_BINARY_DIRS "${LLVM_BINARY_DIR} /bin/" )
88set (LLVM_BUILD_LIBRARY_DIRS "${LLVM_BINARY_DIR} /lib/" )
9- set (SOURCE_SYCL_INCLUDE "${sycl_inc_dir} " )
109
1110set (RT_TEST_ARGS ${RT_TEST_ARGS} "-v" )
1211set (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 5959llvm_config .with_environment ('PATH' , config .sycl_tools_dir , append_path = True )
6060
6161config .substitutions .append ( ('%threads_lib' , config .sycl_threads_lib ) )
62- config .substitutions .append ( ('%source_sycl_include' , config .source_sycl_include ) )
6362config .substitutions .append ( ('%sycl_libs_dir' , config .sycl_libs_dir ) )
6463config .substitutions .append ( ('%sycl_include' , config .sycl_include ) )
6564config .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@"
66config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
77config.sycl_tools_dir = lit_config.params.get('SYCL_TOOLS_DIR', "@LLVM_TOOLS_DIR@")
88config.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@")
109config.sycl_obj_root = "@SYCL_BINARY_DIR@"
1110config.sycl_source_dir = "@SYCL_SOURCE_DIR@/source"
1211config.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