[PATCH] D78060: [test][NFC] Use plain FileCheck in statepoint-stackmap-size.ll

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 17:25:49 PDT 2020


hubert.reinterpretcast added a comment.

In D78060#1982376 <https://reviews.llvm.org/D78060#1982376>, @thakis wrote:

> Seems fine, but lots of other tests probably need grep and wc? What's the motivation for this? (But if solves some problem for you, fine to land. Just curious.)


Portable use of `grep` and `wc` is probably fine. The issue is that `grep -A` is not a valid option on the system I'm using. I checked, and the option is not standardized.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78060





More information about the llvm-commits mailing list