This is an archive of the discontinued LLVM Phabricator instance.

[ObjectYAML] Support for basic data in code.
ClosedPublic

Authored by drodriguez on Sep 23 2022, 2:56 PM.

Details

Summary

This is a split of D134250.

Supports for parsing and dumping the LC_DATA_IN_CODE contents (as binary
data).

This allows more complete testing of llvm-objdump in D133974.

Diff Detail

Event Timeline

drodriguez created this revision.Sep 23 2022, 2:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2022, 2:56 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
drodriguez requested review of this revision.Sep 23 2022, 2:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2022, 2:56 PM
Higuoxing accepted this revision.Sep 27 2022, 6:51 PM
Higuoxing added a subscriber: Higuoxing.

LGTM!

This revision is now accepted and ready to land.Sep 27 2022, 6:51 PM
This revision was automatically updated to reflect the committed changes.