[llvm] 080f372 - [SystemZ][z/OS] Fix test failure when SystemZ target is not built

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 01:39:24 PST 2022


Author: Jay Foad
Date: 2022-01-07T09:39:01Z
New Revision: 080f372ad36483b7d413e98c3bef5170bdb97631

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

LOG: [SystemZ][z/OS] Fix test failure when SystemZ target is not built

Added: 
    

Modified: 
    llvm/test/MC/GOFF/ppa1.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/GOFF/ppa1.ll b/llvm/test/MC/GOFF/ppa1.ll
index df7aa6b7b4fc0..c494b1a70988f 100644
--- a/llvm/test/MC/GOFF/ppa1.ll
+++ b/llvm/test/MC/GOFF/ppa1.ll
@@ -1,4 +1,5 @@
 ; RUN: llc -mtriple s390x-ibm-zos < %s | FileCheck %s
+; REQUIRES: systemz-registered-target
 
 ; CHECK: @@CM_0: * @void_test
 ; CHECK: * XPLINK Routine Layout Entry


        


More information about the llvm-commits mailing list