From dd2f79ed4422860ea9507e17cc33f1262d09db50 Mon Sep 17 00:00:00 2001 From: Edd Dawson Date: Wed, 7 Oct 2020 13:58:12 -0400 Subject: [PATCH] [test][MC] Use %python in llvm/test/MC/COFF/bigobj.py ... instead of the one on the $PATH. Reviewed By: hubert.reinterpretcast Differential Revision: https://reviews.llvm.org/D88986 --- llvm/test/MC/COFF/bigobj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/MC/COFF/bigobj.py b/llvm/test/MC/COFF/bigobj.py index 7aab8928ff43..f7c000d20d34 100644 --- a/llvm/test/MC/COFF/bigobj.py +++ b/llvm/test/MC/COFF/bigobj.py @@ -1,4 +1,4 @@ -# RUN: python %s | llvm-mc -filetype=obj -triple i686-pc-win32 - | llvm-readobj -h - | FileCheck %s +# RUN: %python %s | llvm-mc -filetype=obj -triple i686-pc-win32 - | llvm-readobj -h - | FileCheck %s from __future__ import print_function