[all-commits] [llvm/llvm-project] cda006: [test][NFC] Use plain FileCheck in statepoint-stac...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Tue Apr 14 17:53:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cda006cbc7a8cb4719efbc4171026ffb5cb1a09a
https://github.com/llvm/llvm-project/commit/cda006cbc7a8cb4719efbc4171026ffb5cb1a09a
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M llvm/test/CodeGen/X86/statepoint-stackmap-size.ll
Log Message:
-----------
[test][NFC] Use plain FileCheck in statepoint-stackmap-size.ll
Summary:
The test in question uses a non-portable `grep -A` option in conjunction
with `wc -l`. `FileCheck` can be used to do the check without using
these extra utilities.
Reviewed By: thakis
Differential Revision: https://reviews.llvm.org/D78060
More information about the All-commits
mailing list