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 f884993 commit 4c22e7bCopy full SHA for 4c22e7b
clang/test/Driver/sycl-oneapi-gpu.cpp
@@ -119,7 +119,7 @@
119
// RUN: FileCheck %s --check-prefixes=DEVICE_NVIDIA,MACRO_NVIDIA -DDEV_STR=sm_90 -DMAC_STR=SM_90
120
// MACRO_NVIDIA: clang{{.*}} "-triple" "nvptx64-nvidia-cuda"
121
// DEVICE_NVIDIA: llvm-foreach{{.*}} "--gpu-name" "[[DEV_STR]]"
122
-// MACRO_NVIDIA: clang{{.*}} "-triple" "x86_64-unknown-linux-gnu"
+// MACRO_NVIDIA: clang{{.*}} "-fsycl-is-host"
123
// MACRO_NVIDIA: "-D__SYCL_TARGET_NVIDIA_GPU_[[MAC_STR]]__"
124
125
/// Tests the behaviors of using -fsycl-targets=amd_gpu*
0 commit comments