[PATCH] D130982: [lld] Fixed a number of typos
Gabriel Ravier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 04:15:33 PDT 2022
GabrielRavier created this revision.
Herald added subscribers: pmatos, asb, ormris, steven_wu, hiraditya, arichardson, sbc100, emaste.
Herald added a reviewer: MaskRay.
Herald added projects: lld-macho, All.
Herald added a reviewer: lld-macho.
GabrielRavier requested review of this revision.
Herald added subscribers: llvm-commits, StephenFan, aheejin.
Herald added a project: LLVM.
I went over the output of the following mess of a command:
`(ulimit -m 2000000; ulimit -v 2000000; git ls-files -z | parallel --xargs -0 cat | aspell list --mode=none --ignore-case | grep -E '^[A-Za-z][a-z]*$' | sort | uniq -c | sort -n | grep -vE '.{25}' | aspell pipe -W3 | grep : | cut -d' ' -f2 | less)`
and proceeded to spend a few days looking at it to find probable typos
and fixed a few hundred of them in all of the llvm project (note, the
ones I found are not anywhere near all of them, but it seems like a
good start).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130982
Files:
lld/ELF/Driver.cpp
lld/ELF/InputFiles.cpp
lld/ELF/InputSection.cpp
lld/MachO/Options.td
lld/test/ELF/common-archive-lookup.s
lld/test/ELF/init-fini.s
lld/test/ELF/lto/duplicated-name.ll
lld/test/MachO/tools/generate-cfi-funcs.py
lld/test/MachO/tools/generate-thunkable-program.py
lld/test/wasm/debuginfo-undefined-global.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130982.449259.patch
Type: text/x-patch
Size: 5844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220802/3d507596/attachment-0001.bin>
More information about the llvm-commits
mailing list