[PowerPC][AIX] Don't hardcode python invoke command line

We shouldn't assume python exists, we should let lit
to decide whether it is python or python3 and expand the path.
This commit is contained in:
Jinsong Ji 2020-09-17 17:43:41 +00:00
parent dd28254063
commit 50f1d4517a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# UNSUPPORTED: expensive_checks, debug
# RUN: python %s > %t.ll
# 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