[PATCH] D13468: [ELF2] -z now option implemented

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 05:59:02 PDT 2015


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
grimar added a project: lld.

When generating an executable or shared library, mark it to tell the dynamic linker to resolve all symbols when the program is started, or when the shared library is linked to using dlopen, instead of deferring function call resolution to the point when the function is first called.

http://reviews.llvm.org/D13468

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/OutputSections.cpp
  test/elf2/now.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13468.36613.patch
Type: text/x-patch
Size: 2831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151006/18e1bf2d/attachment.bin>


More information about the llvm-commits mailing list