Skip to content

Commit ec33221

Browse files
Merge pull request intel#896 from WangYutao1995/shliclel706-20220425-topic
[SYCL] Fix CMPLRTST-16469: We should add "-Dcompatibility_testing=1" flag only when it is compatibility_llvm_test_suite_sycl suite.
2 parents 1195041 + 9b877bd commit ec33221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm_test_suite_sycl.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ sub do_run
601601
}
602602

603603
my $backward_compatibility_opts = "";
604-
if (is_windows()) {
604+
if (is_windows() and $current_suite =~ /compatibility_llvm_test_suite_sycl/) {
605605
$backward_compatibility_opts = "-Dcompatibility_testing=1";
606606
}
607607

0 commit comments

Comments
 (0)