[PATCH] D136969: [utils] Remove ancient scripts using llvm-config --src-root

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 11:41:24 PDT 2022


MaskRay created this revision.
MaskRay added reviewers: mgorny, thesamesam, tstellar.
Herald added subscribers: StephenFan, fedor.sergeev.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The last effective changes for the 4 scripts were more than 10 years ago.
They do grep and lines of code counting which have mature modern replacements
(rg, tokei, etc).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136969

Files:
  llvm/utils/countloc.sh
  llvm/utils/getsrcs.sh
  llvm/utils/llvmdo
  llvm/utils/llvmgrep

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136969.471614.patch
Type: text/x-patch
Size: 9857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221028/e2109eb7/attachment.bin>


More information about the llvm-commits mailing list