We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fde352 commit c6667b0Copy full SHA for c6667b0
llvm_test_suite_sycl.pl
@@ -272,6 +272,12 @@ sub init_test
272
rmtree($path);
273
}
274
log_command("##Removed tests that are not in $current_suite\n");
275
+ } else {
276
+ # lit.cfg.py set test_exec_root and test_source_root to SYCL/ESIMD, "-t" mode is not supported.
277
+ if ($current_optset =~ m/opt_use_esimd_emu/) {
278
+ `sed -i "s/config\\.test_source_root += \\\"\\/ESIMD\\\"/config\\.test_source_root += \\\"\\\"/g" "$optset_work_dir/SYCL/lit.cfg.py"`;
279
+ `sed -i "s/config\\.test_exec_root += \\\"\\/ESIMD\\\"/config\\.test_exec_root += \\\"\\\"/g" "$optset_work_dir/SYCL/lit.cfg.py"`;
280
+ }
281
282
283
if ($current_suite =~ /valgrind/) {
0 commit comments