[llvm] ec2b0a5 - [XCOFF] Run resource intense test only on platforms where it makes sense

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 08:53:57 PDT 2020


Author: jasonliu
Date: 2020-09-15T15:53:35Z
New Revision: ec2b0a51977861ed7be92c365ec2636fbf690528

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

LOG: [XCOFF] Run resource intense test only on platforms where it makes sense

This is a follow up commit for the issue raised in
https://reviews.llvm.org/D86879

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/aix-overflow-toc.py

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/aix-overflow-toc.py b/llvm/test/CodeGen/PowerPC/aix-overflow-toc.py
index 5e56b6f9fa25..870f83739dc0 100644
--- a/llvm/test/CodeGen/PowerPC/aix-overflow-toc.py
+++ b/llvm/test/CodeGen/PowerPC/aix-overflow-toc.py
@@ -1,3 +1,5 @@
+# REQUIRES: system-aix || system-linux
+
 # RUN: python %s > %t.ll
 # RUN: llc -mtriple powerpc-ibm-aix-xcoff -code-model=small -mcpu=pwr4 -mattr=-altivec -O0 < %t.ll | \
 # RUN:   FileCheck --check-prefix=ASM32 %s


        


More information about the llvm-commits mailing list