[llvm-branch-commits] [llvm-objdump] -r: support CREL (PR #97382)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 3 10:46:03 PDT 2024
================
@@ -207,6 +209,43 @@ bool isSectionInSegment(const typename ELFT::Phdr &Phdr,
checkSectionVMA<ELFT>(Phdr, Sec);
}
+template <bool Is64>
+Error decodeCrel(ArrayRef<uint8_t> Content,
+ function_ref<void(uint64_t, bool)> HdrHandler,
----------------
MaskRay wrote:
thx for the suggestion. adopted
https://github.com/llvm/llvm-project/pull/97382
More information about the llvm-branch-commits
mailing list