This is an archive of the discontinued LLVM Phabricator instance.

[ms] [llvm-ml] Use cleaner COFF symbol handling
AbandonedPublic

Authored by epastor on Sep 28 2020, 2:17 PM.

Details

Reviewers
thakis
rnk
Summary

Rather than directly controlling the streamer, use MCSymbolCOFF's interface for type, etc.

Diff Detail

Event Timeline

epastor created this revision.Sep 28 2020, 2:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2020, 2:17 PM
epastor requested review of this revision.Sep 28 2020, 2:17 PM
rnk accepted this revision.Sep 28 2020, 4:42 PM

lgtm

This revision is now accepted and ready to land.Sep 28 2020, 4:42 PM
epastor abandoned this revision.Sep 29 2020, 8:52 AM

Incorporated into D87403.