[PATCH] D52094: lld: add -z interpose support

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 07:04:44 PDT 2018


emaste created this revision.
emaste added reviewers: ruiu, grimar.
Herald added subscribers: llvm-commits, krytarowski, arichardson.
Herald added a reviewer: espindola.

-z interpose sets the `DF_1_INTERPOSE` flag, marking the object as an interposer.

FreeBSD PR 230604 <https://bugs.freebsd.org/230604>


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52094

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/SyntheticSections.cpp
  docs/ld.lld.1
  test/ELF/dt_flags.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52094.165498.patch
Type: text/x-patch
Size: 3744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180914/2bd8f12c/attachment.bin>


More information about the llvm-commits mailing list