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 8878ffc commit fce23f6Copy full SHA for fce23f6
clang/test/Driver/sycl-offload-new-driver.c
@@ -60,7 +60,7 @@
60
// RUN: %clangxx --target=x86_64-unknown-linux-gnu -fsycl --offload-new-driver \
61
// RUN: -Xdevice-post-link -post-link-opt -### %s 2>&1 \
62
// RUN: | FileCheck -check-prefix WRAPPER_OPTIONS_POSTLINK %s
63
-// WRAPPER_OPTIONS_POSTLINK: clang-linker-wrapper{{.*}} "--sycl-post-link-options=-O2 -device-globals -post-link-opt"
+// WRAPPER_OPTIONS_POSTLINK: clang-linker-wrapper{{.*}} "--sycl-post-link-options=-O2 -device-globals --device-lib-spv-dir={{.*}} -post-link-opt"
64
65
// -fsycl-device-only behavior
66
0 commit comments