[llvm] dd2f79e - [test][MC] Use %python in llvm/test/MC/COFF/bigobj.py

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 11:03:38 PDT 2020


Author: Edd Dawson
Date: 2020-10-07T14:03:28-04:00
New Revision: dd2f79ed4422860ea9507e17cc33f1262d09db50

URL: https://github.com/llvm/llvm-project/commit/dd2f79ed4422860ea9507e17cc33f1262d09db50
DIFF: https://github.com/llvm/llvm-project/commit/dd2f79ed4422860ea9507e17cc33f1262d09db50.diff

LOG: [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

Added: 
    

Modified: 
    llvm/test/MC/COFF/bigobj.py

Removed: 
    


################################################################################
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
 


        


More information about the llvm-commits mailing list