[PATCH] D88986: [test][MC] Use %python in llvm/test/MC/COFF/bigobj.py

Edd Dawson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 10:27:42 PDT 2020


edd created this revision.
edd added reviewers: hubert.reinterpretcast, daltenty, jasonliu, majnemer.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
edd requested review of this revision.

... instead of the one on the $PATH.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88986

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


Index: llvm/test/MC/COFF/bigobj.py
===================================================================
--- llvm/test/MC/COFF/bigobj.py
+++ 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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88986.296730.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201007/eea6e1ab/attachment.bin>


More information about the llvm-commits mailing list