[PATCH] D78923: [LLD] [COFF] Add options for disabling auto import and runtime pseudo relocs

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 03:55:10 PDT 2020


mstorsjo updated this revision to Diff 262591.
mstorsjo retitled this revision from "[LLD] [COFF] Add an option for disabling runtime pseudo relocs" to "[LLD] [COFF] Add options for disabling auto import and runtime pseudo relocs".
mstorsjo edited the summary of this revision.
mstorsjo added a comment.

Split out the support for these options in .drectve to a later patch, to get that discussed separately/explicitly.

Added two separate options, one for auto import in general, and one for pseudo relocations (which auto imports may or may not require).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78923/new/

https://reviews.llvm.org/D78923

Files:
  lld/COFF/Config.h
  lld/COFF/Driver.cpp
  lld/COFF/Options.td
  lld/COFF/SymbolTable.cpp
  lld/COFF/Writer.cpp
  lld/MinGW/Driver.cpp
  lld/MinGW/Options.td
  lld/test/COFF/autoimport-refptr.s
  lld/test/COFF/autoimport-x86.s
  lld/test/MinGW/driver.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78923.262591.patch
Type: text/x-patch
Size: 11228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/2a8de59b/attachment-0001.bin>


More information about the llvm-commits mailing list