[all-commits] [llvm/llvm-project] 62b8a6: [llvm] Remove includes of `llvm/Support/STLArrayEx...
Joe Loser via All-commits
all-commits at lists.llvm.org
Fri Sep 9 16:44:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62b8a61d6c44cb3f2ac4c12d38eb3431b24f702b
https://github.com/llvm/llvm-project/commit/62b8a61d6c44cb3f2ac4c12d38eb3431b24f702b
Author: Joe Loser <joeloser at fastmail.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/MC/MCAsmBackend.cpp
M llvm/lib/Support/ARMAttributeParser.cpp
M llvm/lib/Support/Triple.cpp
M llvm/lib/Support/raw_ostream.cpp
M llvm/utils/TableGen/X86DisassemblerTables.cpp
Log Message:
-----------
[llvm] Remove includes of `llvm/Support/STLArrayExtras.h`
`llvm` and downstream internal callers no longer use `array_lengthof`, so drop
the include everywhere.
Differential Revision: https://reviews.llvm.org/D133600
More information about the All-commits
mailing list