[all-commits] [llvm/llvm-project] e51d4d: Use `grep -F` instead of deprecated fgrep.
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Mar 12 05:34:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e51d4df4b287b3c56d471cbc5a956dacf2eb0dc3
https://github.com/llvm/llvm-project/commit/e51d4df4b287b3c56d471cbc5a956dacf2eb0dc3
Author: Nico Weber <thakis at chromium.org>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M llvm/test/CodeGen/X86/statepoint-stackmap-size.ll
Log Message:
-----------
Use `grep -F` instead of deprecated fgrep.
(In addition to the deprecation bit, this is useful on Windows
where people might have grep but not fgrep.)
More information about the All-commits
mailing list