[llvm] c19183c - [SystemZ/zOS/GOFF] Restrict GOFF test to SystemZ target

Kai Nacke via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 12:41:28 PDT 2023


Author: Kai Nacke
Date: 2023-09-29T19:40:43Z
New Revision: c19183c45c9a28a185093274c5e5da2a5d659c49

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

LOG: [SystemZ/zOS/GOFF] Restrict GOFF test to SystemZ target

The GOFF file format is only supported on SystemZ.

Added: 
    

Modified: 
    llvm/test/MC/GOFF/empty-goff.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/GOFF/empty-goff.s b/llvm/test/MC/GOFF/empty-goff.s
index 29bc6de71eacc1c..f6d402863d71c80 100644
--- a/llvm/test/MC/GOFF/empty-goff.s
+++ b/llvm/test/MC/GOFF/empty-goff.s
@@ -1,5 +1,6 @@
 * RUN: llvm-mc <%s --triple s390x-ibm-zos --filetype=obj -o - | \
 * RUN:   od -Ax -tx1 -v | FileCheck --ignore-case %s
+* REQUIRES: systemz-registered-target
 
 * Header record:
 *  03 is prefix byte


        


More information about the llvm-commits mailing list