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 09f735e commit 82c3d86Copy full SHA for 82c3d86
clang/test/Driver/sycl-int-footer.cpp renamed to clang/test/Driver/sycl-int-header-footer.cpp
@@ -1,6 +1,7 @@
1
/// Check compilation tool steps when using the integration footer
2
// RUN: %clangxx -fsycl --offload-new-driver -I cmdline/dir -include dummy.h %/s -### 2>&1 \
3
// RUN: | FileCheck -check-prefix FOOTER %s -DSRCDIR=%/S -DCMDDIR=cmdline/dir
4
+
5
// FOOTER: clang{{.*}} "-fsycl-is-device"{{.*}} "-fsycl-int-header=[[INTHEADER:.+\.h]]" "-fsycl-int-footer=[[INTFOOTER:.+\h]]" "-sycl-std={{.*}}"{{.*}} "-include" "dummy.h"
6
// FOOTER: clang{{.*}} "-include-internal-header" "[[INTHEADER]]"
7
// FOOTER-SAME: "-fsycl-is-host"{{.*}} "-include" "dummy.h"{{.*}} "-I" "cmdline/dir"
clang/test/Driver/sycl-int-header.cpp
0 commit comments