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 9be624c commit 284df41Copy full SHA for 284df41
sycl/test/basic_tests/handler/unnamed-lambda-negative.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clangxx -Xclang -fsycl-is-host -std=c++17 -fno-sycl-unnamed-lambda -isystem %sycl_include/sycl -Xclang -verify -fsyntax-only %s -Xclang -verify-ignore-unexpected=note
+// RUN: %clangxx -fsycl -fsycl-device-only -std=c++17 -fno-sycl-unnamed-lambda -isystem %sycl_include/sycl -Xclang -verify -fsyntax-only %s -Xclang -verify-ignore-unexpected=note
2
#include <CL/sycl.hpp>
3
4
int main() {
0 commit comments