https://github.com/arsenm created 
https://github.com/llvm/llvm-project/pull/171174

None

>From 48a06fb0f38892604bd247c4956894e5ec898753 Mon Sep 17 00:00:00 2001
From: Matt Arsenault <[email protected]>
Date: Mon, 8 Dec 2025 19:20:25 +0100
Subject: [PATCH] clang: Remove unnecessary host-supports-cuda from test

---
 clang/test/Headers/cuda_with_openmp.cu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/test/Headers/cuda_with_openmp.cu 
b/clang/test/Headers/cuda_with_openmp.cu
index 8ea0de5972ff2..efde4ecdc6626 100644
--- a/clang/test/Headers/cuda_with_openmp.cu
+++ b/clang/test/Headers/cuda_with_openmp.cu
@@ -2,7 +2,7 @@
 // Reported in https://bugs.llvm.org/show_bug.cgi?id=48014
 
///==========================================================================///
 
-// REQUIRES: nvptx-registered-target, host-supports-cuda
+// REQUIRES: nvptx-registered-target
 
 // RUN: %clang -x cuda -fopenmp -c %s -o - 
--cuda-path=%S/../Driver/Inputs/CUDA/usr/local/cuda -nocudalib -isystem 
%S/Inputs/include -isystem %S/../../lib/Headers -fsyntax-only
 

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to