[PATCH] D63672: Added Delta IR Reduction Tool
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 16:33:47 PDT 2019
dblaikie added inline comments.
================
Comment at: llvm/trunk/test/Reduce/Inputs/remove-funcs.py:1
+#!/usr/bin/env python
+
----------------
mgorny wrote:
> This is broken on systems with non-standard Python executable name. You ought to use lit's `%python` substitution to invoke Python. However, I don't really know how to combine that with llvm-reduce.
I've provided what I believe to be a fix for this in r371143
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63672/new/
https://reviews.llvm.org/D63672
More information about the llvm-commits
mailing list