1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[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
This commit is contained in:
jasonliu 2020-09-15 15:50:26 +00:00
parent eba47c734c
commit 94fe0dfde1

View 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