Skip to content

Commit ff9792b

Browse files
authored
Update dynamic.cpp
1 parent 80857f1 commit ff9792b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/DeviceImageDependencies/dynamic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// DEFINE: %{dynamic_lib_suffix} = %if windows %{dll%} %else %{so%}
55

66
// DEFINE: %{tdir} = %t/..
7-
// RUN: rm -rf %{tdir}; mkdir -p %{tdir}
7+
// RUN: mkdir -p %{tdir}
88
// RUN: %clangxx %{dynamic_lib_options} %S/Inputs/d.cpp -o %{tdir}/libdevice_d.%{dynamic_lib_suffix}
99
// RUN: %clangxx %{dynamic_lib_options} %S/Inputs/c.cpp %if windows %{%{tdir}/libdevice_d.lib%} -o %{tdir}/libdevice_c.%{dynamic_lib_suffix}
1010
// RUN: %clangxx %{dynamic_lib_options} %S/Inputs/b.cpp %if windows %{%{tdir}/libdevice_c.lib%} -o %{tdir}/libdevice_b.%{dynamic_lib_suffix}

0 commit comments

Comments
 (0)