[lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 07:48:39 PDT 2025


================
@@ -833,10 +840,11 @@ std::vector<ELFPltEntry> ELFObjectFileBase::getPltEntries() const {
         consumeError(PltContents.takeError());
         return {};
       }
+
----------------
smithp35 wrote:

Was this extra newline intentional? If not I recommend removing to keep the diff as small as possible

https://github.com/llvm/llvm-project/pull/130764


More information about the llvm-commits mailing list