[PATCH] D46673: COFF: Don't create unnecessary thunks.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 22:17:46 PDT 2018


pcc created this revision.
pcc added reviewers: rnk, ruiu, hans.
Herald added a reviewer: javed.absar.

A thunk is only needed if a relocation points to the undecorated
import name.


https://reviews.llvm.org/D46673

Files:
  lld/COFF/InputFiles.h
  lld/COFF/MarkLive.cpp
  lld/COFF/Symbols.cpp
  lld/COFF/Writer.cpp
  lld/test/COFF/delayimports-armnt.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46673.146068.patch
Type: text/x-patch
Size: 5665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/8a70b1ef/attachment.bin>


More information about the llvm-commits mailing list