[PATCH] D66314: [Bugpoint redesign] Output option can now print to STDOUT
Diego TreviƱo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 15:24:52 PDT 2019
diegotf marked 2 inline comments as done.
diegotf 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
----------------
xbolva00 wrote:
> +1
>
> remove-global-vars.ll needs fix too, please revisit tests..
Yes, I've reverted that commit (I don't know why it didn't reflect on Phabricator). I'll update the other diff accordingly
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