Skip to content

Commit

Permalink
Fix LIT test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zahiraam committed Oct 14, 2024
1 parent 19806c1 commit 378de96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// Check compilation tool steps when using the integration footer
// RUN: %clangxx -fsycl --offload-new-driver -I cmdline/dir -include dummy.h %/s -### 2>&1 \
// RUN: | FileCheck -check-prefix FOOTER %s -DSRCDIR=%/S -DCMDDIR=cmdline/dir

// FOOTER: clang{{.*}} "-fsycl-is-device"{{.*}} "-fsycl-int-header=[[INTHEADER:.+\.h]]" "-fsycl-int-footer=[[INTFOOTER:.+\h]]" "-sycl-std={{.*}}"{{.*}} "-include" "dummy.h"
// FOOTER: clang{{.*}} "-include-internal-header" "[[INTHEADER]]"
// FOOTER-SAME: "-fsycl-is-host"{{.*}} "-include" "dummy.h"{{.*}} "-I" "cmdline/dir"
Expand Down
86 changes: 0 additions & 86 deletions clang/test/Driver/sycl-int-header.cpp

This file was deleted.

0 comments on commit 378de96

Please sign in to comment.