[PATCH] D43011: [ELF] Create and export symbols provided by a linker script if they referenced by DSOs.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 02:39:51 PST 2018


ikudrin created this revision.
ikudrin added reviewers: ruiu, rafael, grimar.
ikudrin added a project: lld.
Herald added a subscriber: emaste.

It should be possible to resolve undefined symbols in dynamic libraries
using symbols defined in a linker script.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43011

Files:
  ELF/Driver.cpp
  ELF/InputFiles.cpp
  ELF/InputFiles.h
  ELF/LinkerScript.cpp
  test/ELF/linkerscript/Inputs/provide-shared2.s
  test/ELF/linkerscript/provide-shared2.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43011.133180.patch
Type: text/x-patch
Size: 3265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/c768f0f0/attachment.bin>


More information about the llvm-commits mailing list