[PATCH] D139592: [llvm-lit] Keep start/end part of the output when truncating

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 12:28:05 PST 2022


jdenny added a comment.

In D139592#3985212 <https://reviews.llvm.org/D139592#3985212>, @a.elovikov wrote:

> 1. RUN: ------------------------------------------------------End" >%t.out 2>&1

I think you can just drop the `2>&1`.

> stdin and stderr redirects not supported for echo

LIT's builtin echo shoudn't write to stderr.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139592



More information about the llvm-commits mailing list