[PATCH] D63672: Added Delta IR Reduction Tool

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 17:51:41 PDT 2019


hctim added a comment.

rL368112 <https://reviews.llvm.org/rL368112> Still broken on sanitizer-x86_64-linux-bootstrap-msan <http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap-msan/builds/14002>:

  FAIL: LLVM :: Reduce/remove-funcs.ll (25362 of 32940)
  ******************** TEST 'LLVM :: Reduce/remove-funcs.ll' FAILED ********************
  Script:
  --
  : 'RUN: at line 4';   llvm-reduce --test /b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm/test/Reduce/Inputs/remove-funcs.sh /b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm/test/Reduce/remove-funcs.ll
  : 'RUN: at line 5';   cat reduced.ll | /b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/FileCheck /b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm/test/Reduce/remove-funcs.ll
  --
  Exit Code: 127
  
  Command Output (stderr):
  --
  /b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/test/Reduce/Output/remove-funcs.ll.script: line 1: llvm-reduce: command not found
  
  --


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