Skip to content

Commit 82c3d86

Browse files
committed
Fix LIT test.
1 parent 09f735e commit 82c3d86

File tree

2 files changed

+1
-86
lines changed

2 files changed

+1
-86
lines changed

clang/test/Driver/sycl-int-footer.cpp renamed to clang/test/Driver/sycl-int-header-footer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/// Check compilation tool steps when using the integration footer
22
// RUN: %clangxx -fsycl --offload-new-driver -I cmdline/dir -include dummy.h %/s -### 2>&1 \
33
// RUN: | FileCheck -check-prefix FOOTER %s -DSRCDIR=%/S -DCMDDIR=cmdline/dir
4+
45
// FOOTER: clang{{.*}} "-fsycl-is-device"{{.*}} "-fsycl-int-header=[[INTHEADER:.+\.h]]" "-fsycl-int-footer=[[INTFOOTER:.+\h]]" "-sycl-std={{.*}}"{{.*}} "-include" "dummy.h"
56
// FOOTER: clang{{.*}} "-include-internal-header" "[[INTHEADER]]"
67
// FOOTER-SAME: "-fsycl-is-host"{{.*}} "-include" "dummy.h"{{.*}} "-I" "cmdline/dir"

clang/test/Driver/sycl-int-header.cpp

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)