[clang] f926826 - [SystemZ] Add "REQUIRES: systemz-registered-target" on test.

Jonas Paulsson via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 6 11:39:17 PST 2022


Author: Jonas Paulsson
Date: 2022-12-06T13:38:48-06:00
New Revision: f926826c2e836b09cd2517775758f373bbc330bf

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

LOG: [SystemZ] Add "REQUIRES: systemz-registered-target" on test.

The clang test that emits assembly needs this line as well.

Added: 
    

Modified: 
    clang/test/CodeGen/SystemZ/vec-abi-gnuattr-00.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/SystemZ/vec-abi-gnuattr-00.c b/clang/test/CodeGen/SystemZ/vec-abi-gnuattr-00.c
index 8f2569e1248c..d2f88debbd6b 100644
--- a/clang/test/CodeGen/SystemZ/vec-abi-gnuattr-00.c
+++ b/clang/test/CodeGen/SystemZ/vec-abi-gnuattr-00.c
@@ -3,6 +3,7 @@
 //
 // Test the emission of the "s390x-visible-vector-ABI" module flag.
 
+// REQUIRES: systemz-registered-target
 // RUN: %clang_cc1 -triple s390x-ibm-linux -target-cpu arch10 -S \
 // RUN:   -fzvector -o - %s 2>&1 | FileCheck  %s --check-prefix=ARCH10-ASM
 // RUN: %clang_cc1 -triple s390x-ibm-linux -target-cpu arch13 -S \


        


More information about the cfe-commits mailing list