[clang] clang: Remove unnecessary host-supports-cuda from test (PR #171174)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 8 10:22:17 PST 2025
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 <Matthew.Arsenault at amd.com>
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
More information about the cfe-commits
mailing list