1ed7cee90SFangrui Song /// Some target-specific options are ignored for GPU, so %clang exits with code 0. 248570a6fSFangrui Song // DEFINE: %{check} = %clang -### --target=x86_64-linux-gnu -c -mcmodel=medium 3ed7cee90SFangrui Song 4ed7cee90SFangrui Song // RUN: %{check} -x cuda %s --cuda-path=%S/Inputs/CUDA/usr/local/cuda --offload-arch=sm_60 --no-cuda-version-check -fbasic-block-sections=all 5*f66d631bSAmir Ayupov // RUN: %{check} -x hip %s --offload=spirv64 -nogpulib -nogpuinc 6ed7cee90SFangrui Song // RUN: %{check} -x hip %s --rocm-path=%S/Inputs/rocm -nogpulib -nogpuinc 7