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 ae60749 commit ad2baccCopy full SHA for ad2bacc
sycl/test/basic_tests/assert_header_with_c_linkage.cpp
@@ -1,5 +1,5 @@
1
-// RUN: %clangxx -fsycl -DASSERT -c %s
2
-// RUN: %clangxx -fsycl -DCASSERT -c %s
+// RUN: %clangxx -fsycl -DASSERT -fsyntax-only %s
+// RUN: %clangxx -fsycl -DCASSERT -fsyntax-only %s
3
4
// Verify that compilation works when assert.h/cassert is wrapped by a C linkage
5
// specification.
0 commit comments