[llvm] [Offload] Refactor offload test requirements (PR #95196)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 10:37:18 PDT 2024


================
@@ -2,7 +2,7 @@
 // RUN: %libomptarget-run-generic %fcheck-generic
 
 // REQURIES: gpu
-// UNSUPPORTED: nvidia-gpu
+// UNSUPPORTED: nvidiagpu
 // UNSUPPORTED: amdgcn-amd-amdhsa
----------------
jhuber6 wrote:

Lol, that list pretty much means "no one". I would just keep `nvptx64-nvidia-cuda` but drop the `-LTO` bit since it's irrelevant AFAIK. (I think there's a single test case where it matters but that's just because I don't have compiler-rt yet)

https://github.com/llvm/llvm-project/pull/95196


More information about the llvm-commits mailing list