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 22c95ef commit f91bb13Copy full SHA for f91bb13
sycl/test/esimd/vadd.cpp
@@ -4,7 +4,8 @@
4
// RUN: %clangxx -fsycl -fno-legacy-pass-manager %s -o %t.out
5
// RUN: %RUN_ON_HOST %t.out
6
7
-// Check that the code compiles with -O0 and -g on both legacy and new Pass Managers
+// Check that the code compiles with -O0 and -g on both legacy and new Pass
8
+// Managers
9
// RUN: %clangxx -I %sycl_include %s -o %t.out -fsycl -fno-legacy-pass-manager -O0
10
// RUN: %clangxx -I %sycl_include %s -o %t.out -fsycl -flegacy-pass-manager -O0
11
// RUN: %clangxx -I %sycl_include %s -o %t.out -fsycl -fno-legacy-pass-manager -O0 -g
0 commit comments