[PATCH] D108819: [MCParser][z/OS] Mark test as unsupported for the z/OS Target

Fanbo Meng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 27 07:28:33 PDT 2021


fanbo-meng created this revision.
fanbo-meng requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Marking test as unsupported for the same reason as https://reviews.llvm.org/D105204


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108819

Files:
  clang/test/Driver/as-version.s


Index: clang/test/Driver/as-version.s
===================================================================
--- clang/test/Driver/as-version.s
+++ clang/test/Driver/as-version.s
@@ -1,5 +1,6 @@
 // Test version information.
 
+// UNSUPPORTED: -zos
 // RUN: %clang -Wa,--version -c -fintegrated-as %s -o /dev/null \
 // RUN:   | FileCheck --check-prefix=IAS %s
 // IAS: clang version


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108819.369095.patch
Type: text/x-patch
Size: 381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210827/cd4ac76a/attachment.bin>


More information about the cfe-commits mailing list