Author: Jonas Paulsson
Date: 2022-09-08T18:05:17+02:00
New Revision: 906ea59d00f0deb9777aa977fdcb589d4736244c

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

LOG: [SystemZ] Fix new test case

Add 'REQUIRES: systemz-registered-target'.

Added: 
    

Modified: 
    clang/test/CodeGen/SystemZ/align-systemz-02.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/SystemZ/align-systemz-02.c 
b/clang/test/CodeGen/SystemZ/align-systemz-02.c
index cc09a9093741..013faea61ada 100644
--- a/clang/test/CodeGen/SystemZ/align-systemz-02.c
+++ b/clang/test/CodeGen/SystemZ/align-systemz-02.c
@@ -6,6 +6,7 @@
 // RUN:    | FileCheck %s -check-prefix=SCALIR
 // RUN: %clang_cc1 -triple s390x-linux-gnu %s -o - -target-feature -vector 
-emit-obj -S \
 // RUN:    | FileCheck %s -check-prefix=SCALASM
+// REQUIRES: systemz-registered-target
 
 typedef __attribute__((vector_size(16))) signed int vec_sint;
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to