================ @@ -0,0 +1,24 @@ +// RUN: %clang -### --target=amdgcn-amd-amdhsa -mcpu=gfx90a -nogpulib %s 2>&1 \ +// RUN: | FileCheck %s --check-prefix=NOEXC +// RUN: %clang -### --target=nvptx64-nvidia-cuda -march=sm_80 -nogpulib %s 2>&1 \ ---------------- sarnex wrote:
can you add a test for `spirv64`? https://github.com/llvm/llvm-project/pull/205402 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
