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

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdd2f79ed4422: [test][MC] Use %python in llvm/test/MC/COFF/bigobj.py (authored by edd, committed by hubert.reinterpretcast).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88986/new/

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.296745.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201007/ea144324/attachment.bin>


More information about the llvm-commits mailing list