From ec2b0a51977861ed7be92c365ec2636fbf690528 Mon Sep 17 00:00:00 2001 From: jasonliu Date: Tue, 15 Sep 2020 15:50:26 +0000 Subject: [PATCH] [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 --- llvm/test/CodeGen/PowerPC/aix-overflow-toc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/test/CodeGen/PowerPC/aix-overflow-toc.py b/llvm/test/CodeGen/PowerPC/aix-overflow-toc.py index 5e56b6f..870f837 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 -- 2.7.4