COFF: Do not handle __NULL_IMPORT_DESCRIPTOR differently than the other symbols.
__NULL_IMPORT_DESCRIPTOR is a symbol used by MSVC liner to construct the import descriptor table. We do not use the symbol. Previously, we had code to skip that symbol. That code does not actually do anything meaningful because no one is referencing the symbol, the symbol would naturally be ignored. This patch stops recognizing the symbol. llvm-svn: 245280
Loading
Please sign in to comment