[PATCH] D63672: Added Delta IR Reduction Tool

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 23:31:15 PDT 2019


mgorny added a comment.

This broke NetBSD buildbots:
http://lab.llvm.org:8011/builders/netbsd-amd64/builds/22010/steps/run%20unit%20tests/logs/FAIL%3A%20LLVM%3A%3Aremove-funcs.ll
http://lab.llvm.org:8011/builders/netbsd-amd64/builds/22010/steps/run%20unit%20tests/logs/FAIL%3A%20LLVM%3A%3Aremove-global-vars.ll



================
Comment at: llvm/trunk/test/Reduce/Inputs/remove-funcs.py:1
+#!/usr/bin/env python
+
----------------
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.


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