This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [COFF] Don't do autoexport of symbols from GNU import libraries
ClosedPublic

Authored by mstorsjo on Sep 21 2018, 3:08 PM.

Details

Summary

This involves adding more generic list of symbol suffixes/prefixes to ignore for autoexport; adding a few other entries to these lists as well from the corresponding lists in binutils.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

mstorsjo created this revision.Sep 21 2018, 3:08 PM
ruiu accepted this revision.Sep 25 2018, 2:44 PM

LGTM

COFF/MinGW.cpp
131–136

auto -> StringRef

134

Ditto

This revision is now accepted and ready to land.Sep 25 2018, 2:44 PM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.