[PATCH] D120529: Disable broken hip test on Windows

Shangwu Yao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 24 17:21:01 PST 2022


shangwuyao created this revision.
shangwuyao added reviewers: tra, jlebar, yaxunl.
shangwuyao requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Disable a hip test that's broken only for Windows at HEAD.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120529

Files:
  clang/test/Driver/hip-link-bundle-archive.hip


Index: clang/test/Driver/hip-link-bundle-archive.hip
===================================================================
--- clang/test/Driver/hip-link-bundle-archive.hip
+++ clang/test/Driver/hip-link-bundle-archive.hip
@@ -1,4 +1,5 @@
 // REQUIRES: clang-driver, x86-registered-target, amdgpu-registered-target
+// UNSUPPORTED: system-windows
 
 // RUN: touch %T/libhipBundled.a
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120529.411276.patch
Type: text/x-patch
Size: 383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220225/d352b54c/attachment.bin>


More information about the cfe-commits mailing list