[PATCH] D48953: [LLD] [COFF] Store import symbol pointers as pointers to the base class

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 14:26:11 PDT 2018


mstorsjo updated this revision to Diff 154152.
mstorsjo added a comment.

Fixed a case where ImpSym was assumed to be non-null, using cast_or_null instead.


https://reviews.llvm.org/D48953

Files:
  COFF/InputFiles.cpp
  COFF/InputFiles.h
  COFF/SymbolTable.cpp
  COFF/SymbolTable.h
  COFF/Writer.cpp
  test/COFF/Inputs/otherFunc.s
  test/COFF/thunk-replace.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48953.154152.patch
Type: text/x-patch
Size: 5180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180704/e35f3f3b/attachment.bin>


More information about the llvm-commits mailing list