[llvm-branch-commits] [clang] clang/HIP: Remove REQUIRES libgcc from a test (PR #112412)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 16 05:02:25 PDT 2024
https://github.com/arsenm updated https://github.com/llvm/llvm-project/pull/112412
>From 5c35d9bb7ff982d4e0f99fd77550e8d615ec5d1f Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Tue, 15 Oct 2024 22:02:18 +0400
Subject: [PATCH] clang/HIP: Remove REQUIRES libgcc from a test
---
clang/test/Driver/hip-include-path.hip | 1 -
1 file changed, 1 deletion(-)
diff --git a/clang/test/Driver/hip-include-path.hip b/clang/test/Driver/hip-include-path.hip
index 1b4179e65c0b97..5eeee2f5ce0d5b 100644
--- a/clang/test/Driver/hip-include-path.hip
+++ b/clang/test/Driver/hip-include-path.hip
@@ -1,4 +1,3 @@
-// REQUIRES: libgcc
// UNSUPPORTED: system-windows
// RUN: %clang -c -### --target=x86_64-unknown-linux-gnu --cuda-gpu-arch=gfx900 \
More information about the llvm-branch-commits
mailing list