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

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 11:34:20 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:

Oh yeah I wanted to get rid of that as well and just make it use the `libc` one, but for now it's probably fin. Can probably just have `REQUIRES: lto` or something.

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


More information about the llvm-commits mailing list