[PATCH] [lld] [ELF] Fix linking when a regular object defines a symbol that is used in a DSO

Rafael Auler rafaelauler at gmail.com
Mon Sep 22 12:39:27 PDT 2014


I saw some examples from ELF/MIPS testing and updated my patch to generate the shared library on the fly, in this way we avoid the binary file.

http://reviews.llvm.org/D5424

Files:
  include/lld/ReaderWriter/ELFLinkingContext.h
  lib/ReaderWriter/ELF/ELFLinkingContext.cpp
  lib/ReaderWriter/ELF/OutputELFWriter.h
  test/elf/Inputs/undef2-so.o.yaml
  test/elf/undef-from-dso-to-main.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5424.13948.patch
Type: text/x-patch
Size: 6641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140922/60a5a2ab/attachment.bin>


More information about the llvm-commits mailing list