[PATCH] D101548: [llvm-readobj] Recognize N_THUMB_DEF as a symbol flag
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 29 10:09:29 PDT 2021
int3 created this revision.
int3 added reviewers: grimar, jhenderson, smeenai, alexshap.
Herald added a subscriber: rupprecht.
int3 requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.
The right symbol flag mask is ~0x7, not ~0xf.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101548
Files:
llvm/test/tools/llvm-readobj/MachO/flags.yaml
llvm/tools/llvm-readobj/MachODumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101548.341560.patch
Type: text/x-patch
Size: 3440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210429/20764bf6/attachment.bin>
More information about the llvm-commits
mailing list