[PATCH] D66314: [Bugpoint redesign] Output option can now print to STDOUT

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 15:24:51 PDT 2019


xbolva00 added inline comments.


================
Comment at: llvm/test/Reduce/remove-funcs.ll:4
 ;
-; RUN: llvm-reduce --test %p/Inputs/remove-funcs.py %s
-; RUN: cat reduced.ll | FileCheck %s
+; RUN: llvm-reduce --test %p/Inputs/remove-funcs.py %s -o - | FileCheck %s
 ; REQUIRES: plugins, shell
----------------
+1

remove-global-vars.ll needs fix too, please revisit tests..


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66314





More information about the llvm-commits mailing list