[clang] 77ea619 - clang/HIP: Remove REQUIRES windows from a test (#112411)

via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 17 02:17:14 PDT 2024


Author: Matt Arsenault
Date: 2024-10-17T13:17:10+04:00
New Revision: 77ea619bc6cdcdf734105e0c96c92e060aadc011

URL: https://github.com/llvm/llvm-project/commit/77ea619bc6cdcdf734105e0c96c92e060aadc011
DIFF: https://github.com/llvm/llvm-project/commit/77ea619bc6cdcdf734105e0c96c92e060aadc011.diff

LOG: clang/HIP: Remove REQUIRES windows from a test (#112411)

Added: 
    

Modified: 
    clang/test/Driver/hip-runtime-libs-msvc.hip

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/hip-runtime-libs-msvc.hip b/clang/test/Driver/hip-runtime-libs-msvc.hip
index 8085e77d457e56..943cd0569f4fd1 100644
--- a/clang/test/Driver/hip-runtime-libs-msvc.hip
+++ b/clang/test/Driver/hip-runtime-libs-msvc.hip
@@ -1,5 +1,3 @@
-// REQUIRES: system-windows
-
 // RUN:  touch %t.o
 
 // Test HIP runtime lib args specified by --rocm-path.


        


More information about the cfe-commits mailing list