[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:38 PDT 2025
================
@@ -392,6 +392,18 @@ static MCRelocationInfo *createARMMCRelocationInfo(const Triple &TT,
return llvm::createMCRelocationInfo(TT, Ctx);
}
+template <typename T, size_t N>
+bool instructionsAreMatching(const T (&Insns)[N], const uint8_t *Buf,
----------------
smithp35 wrote:
Can this be made static?
I suggest `instructionsMatch` as a shorter name. Not got a strong opinion.
https://github.com/llvm/llvm-project/pull/130764
More information about the llvm-commits
mailing list