This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [COFF] Allow wrapping dllimported functions
ClosedPublic

Authored by mstorsjo on Nov 18 2020, 1:35 AM.

Details

Summary

GNU ld doesn't seem to do this though, but it looks like a reasonable use case, is easy to implement, and was requested in https://bugs.llvm.org/show_bug.cgi?id=47384.

Diff Detail

Event Timeline

mstorsjo created this revision.Nov 18 2020, 1:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2020, 1:35 AM
mstorsjo requested review of this revision.Nov 18 2020, 1:35 AM
rnk accepted this revision.Nov 23 2020, 3:01 PM

lgtm

This revision is now accepted and ready to land.Nov 23 2020, 3:01 PM
This revision was automatically updated to reflect the committed changes.