[COFF] Improve the autoexport check for symbols from import libraries with -opt:noref
If -opt:noref is specified, they can end up with isLive() == 1 when the autoexport check is run. To reduce the risk of potential issues, only consider exporting DefinedRegular and DefinedCommon, nothing else. Differential Revision: https://reviews.llvm.org/D40014 llvm-svn: 318384
Loading
Please register or sign in to comment