[utils] Remove ancient scripts using llvm-config --src-root
authorFangrui Song <i@maskray.me>
Mon, 31 Oct 2022 17:45:00 +0000 (10:45 -0700)
committerFangrui Song <i@maskray.me>
Mon, 31 Oct 2022 17:45:00 +0000 (10:45 -0700)
commitf2ea446e879bcd1a55e082b0b8dfb8b9309095f5
tree4678facc1bbec550284c3139d1dec1952ebf1df2
parent6fa0e3df97ac1280da98bd1bc156dad5e036246b
[utils] Remove ancient scripts using llvm-config --src-root

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).

Reviewed By: mgorny

Differential Revision: https://reviews.llvm.org/D136969
llvm/utils/countloc.sh [deleted file]
llvm/utils/getsrcs.sh [deleted file]
llvm/utils/llvmdo [deleted file]
llvm/utils/llvmgrep [deleted file]