This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] Recognize N_THUMB_DEF as a symbol flag
ClosedPublic

Authored by int3 on Apr 29 2021, 10:09 AM.

Details

Summary

The right symbol flag mask is ~0x7, not ~0xf.

Also emit string names for the other flags (we were missing some).

Diff Detail

Event Timeline

int3 created this revision.Apr 29 2021, 10:09 AM
int3 requested review of this revision.Apr 29 2021, 10:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2021, 10:09 AM
int3 updated this revision to Diff 341564.Apr 29 2021, 10:13 AM

ignore clang-format

int3 updated this revision to Diff 341567.Apr 29 2021, 10:15 AM

ignore clang-format take 2

Harbormaster completed remote builds in B101669: Diff 341560.
int3 updated this revision to Diff 341737.Apr 29 2021, 7:12 PM

update tests

Herald added a project: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
int3 edited the summary of this revision. (Show Details)Apr 29 2021, 7:25 PM
gkm accepted this revision.Apr 30 2021, 9:16 AM
gkm added a subscriber: gkm.

LGTM

This revision is now accepted and ready to land.Apr 30 2021, 9:16 AM
This revision was landed with ongoing or failed builds.Apr 30 2021, 2:40 PM
This revision was automatically updated to reflect the committed changes.