[XCOFF] Run resource intense test only on platforms where it makes sense
authorjasonliu <jasonliu.development@gmail.com>
Tue, 15 Sep 2020 15:50:26 +0000 (15:50 +0000)
committerjasonliu <jasonliu.development@gmail.com>
Tue, 15 Sep 2020 15:53:35 +0000 (15:53 +0000)
This is a follow up commit for the issue raised in
https://reviews.llvm.org/D86879

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

index 5e56b6f..870f837 100644 (file)
@@ -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