This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][COFF] Implement IMAGE_SYM_CLASS_LABEL.
ClosedPublic

Authored by sunho on Jul 14 2022, 4:47 AM.

Details

Summary

Implements IMAGE_SYM_CLASS_LABEL. It's simply a section + offset. This is not used a lot by llvm mc but very commonly used by MSVC compiler.

Diff Detail

Event Timeline

sunho created this revision.Jul 14 2022, 4:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2022, 4:47 AM
sunho requested review of this revision.Jul 14 2022, 4:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2022, 4:47 AM
sunho updated this revision to Diff 444643.Jul 14 2022, 6:53 AM
This revision is now accepted and ready to land.Jul 17 2022, 11:36 AM
sunho updated this revision to Diff 447323.Jul 25 2022, 7:09 AM
sunho updated this revision to Diff 447325.Jul 25 2022, 7:12 AM
sunho updated this revision to Diff 447328.Jul 25 2022, 7:17 AM
This revision was landed with ongoing or failed builds.Jul 25 2022, 7:23 AM
This revision was automatically updated to reflect the committed changes.