This is an archive of the discontinued LLVM Phabricator instance.

[COFF] Add ImportChunkThunk, simplify, deduplicate
ClosedPublic

Authored by rnk on May 24 2019, 1:24 PM.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

rnk created this revision.May 24 2019, 1:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2019, 1:24 PM
aganea accepted this revision.May 24 2019, 2:18 PM

Looks good, thanks!

lld/COFF/Chunks.h
177 ↗(On Diff #201322)

Not a big deal, you could have said using Chunk::Chunk to not duplicate the behavior.

This revision is now accepted and ready to land.May 24 2019, 2:18 PM
aganea added inline comments.May 24 2019, 2:25 PM
lld/COFF/Chunks.h
177 ↗(On Diff #201322)

NVM, using Base::Base doesn't inherit default args.

This revision was automatically updated to reflect the committed changes.