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 4f560f8 commit 7693b23Copy full SHA for 7693b23
clang/test/Driver/sycl-libspirv-toolchain.cpp
@@ -28,7 +28,7 @@
28
// CHECK-CUDA: "-cc1"{{.*}} "-fcuda-is-device"
29
// CHECK-CUDA-NOT: "-mlink-builtin-bitcode" "{{.*}}.libspirv-{{.*}}.bc"
30
//
31
-// The path to the remangled libspirv bitcode file is determined by the installation directory
+// The path to the remangled libspirv bitcode file is determined by the resource directory
32
// RUN: %clang -### -resource-dir %{resource_dir} -fsycl -fsycl-targets=nvptx64-nvidia-cuda -nocudalib %s 2>&1 \
33
// RUN: | FileCheck %s -DRESOURCE_DIR=%{resource_dir} --check-prefixes=CHECK-DIR
34
// CHECK-DIR: "-cc1"{{.*}} "-fsycl-is-device"{{.*}} "-mlink-builtin-bitcode" "[[RESOURCE_DIR]]{{.*[\\/]}}remangled-{{.*}}.libspirv-nvptx64-nvidia-cuda.bc"
0 commit comments