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 df49dcc commit 8407960Copy full SHA for 8407960
clang/test/Driver/sycl-host-compiler-old-model.cpp
@@ -81,7 +81,7 @@
81
// RUN: %clangxx -### -fsycl-host-compiler=g++ -fsycl --no-offload-new-driver \
82
// RUN: -save-temps -c %s 2>&1 \
83
// RUN: | FileCheck -check-prefix=CHECK_SAVE_TEMPS %s
84
-// CHECK_SAVE_TEMPS-NOT error: unsupported output type when using external host compiler
+// CHECK_SAVE_TEMPS-NOT: error: unsupported output type when using external host compiler
85
// CHECK_SAVE_TEMPS: clang{{.*}} "-fsycl-is-device"
86
// CHECK_SAVE_TEMPS-SAME: "-E" {{.*}} "-o" "[[PREPROC_OUT:.+sycl-spir64-unknown-unknown.ii]]"
87
// CHECK_SAVE_TEMPS-NEXT: clang{{.*}} "-fsycl-is-device"
0 commit comments