[PATCH] D31622: Avoid sub shell

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 14:39:13 PDT 2017


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm

I was thinking that the alternative fix would be to add a flag to `not` like `not --dont-care diff a.txt b.txt | grep "^<"`, but this works.


https://reviews.llvm.org/D31622





More information about the llvm-commits mailing list