[PATCH] D132036: [llvm-objdump] Add -dyld_info to llvm-otool
Daniel Bertalan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 26 14:02:21 PDT 2022
BertalanD marked an inline comment as done.
BertalanD added inline comments.
================
Comment at: llvm/lib/Object/MachOObjectFile.cpp:3391
+ // For dyld_chained_ptr_64_{bind,rebase}, the most significant bit determines
+ // whether it's a bind or a rebase.
+ bool IsBind = Field(63, 1);
----------------
thakis wrote:
> Put this comment up with the struct definitions too.
oops, missed this in Diff 4.
fixed
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132036/new/
https://reviews.llvm.org/D132036
More information about the llvm-commits
mailing list