Skip to content

Commit 66d12dd

Browse files
committed
undo changes to AOT/cpu.cpp
1 parent 989dc84 commit 66d12dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/test-e2e/AOT/cpu.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
// REQUIRES: opencl-aot, cpu
1010

11+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %S/Inputs/aot.cpp -o %t.out
12+
// RUN: %{run} %t.out
13+
1114
// Test that opencl-aot can handle multiple build options.
1215
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %S/Inputs/aot.cpp -Xsycl-target-backend "--bo=-g" -Xsycl-target-backend "--bo=-cl-opt-disable" -o %t2.out
1316

1417
// Test that opencl-aot can handle march option.
1518
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %S/Inputs/aot.cpp -Xsycl-target-backend "--march=avx512"
1619
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %S/Inputs/aot.cpp -Xsycl-target-backend "--march=wsm"
17-
18-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %S/Inputs/aot.cpp -o %t.out
19-
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)