[test][MC] Use %python in llvm/test/MC/COFF/bigobj.py
authorEdd Dawson <edd.dawson@sony.com>
Wed, 7 Oct 2020 17:58:12 +0000 (13:58 -0400)
committerHubert Tong <hubert.reinterpretcast@gmail.com>
Wed, 7 Oct 2020 18:03:28 +0000 (14:03 -0400)
... instead of the one on the $PATH.

Reviewed By: hubert.reinterpretcast

Differential Revision: https://reviews.llvm.org/D88986

llvm/test/MC/COFF/bigobj.py

index 7aab892..f7c000d 100644 (file)
@@ -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