Skip to content

Commit 50f1d45

Browse files
author
Jinsong Ji
committed
[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.
1 parent dd28254 commit 50f1d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UNSUPPORTED: expensive_checks, debug
22

3-
# RUN: python %s > %t.ll
3+
# RUN: %python %s > %t.ll
44
# RUN: llc -mtriple powerpc-ibm-aix-xcoff -code-model=small -mcpu=pwr4 -mattr=-altivec -O0 < %t.ll | \
55
# RUN: FileCheck --check-prefix=ASM32 %s
66

0 commit comments

Comments
 (0)