[PATCH] D43828: Put undefined symbols from shared libraries in the symbol table

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 10:29:17 PST 2018


espindola created this revision.
espindola added reviewers: ruiu, ikudrin.
Herald added subscribers: arichardson, emaste.

It looks like that with the recent fixes in behavior for undefined symbol in shared libraries they are more similar to regular undefined symbols than something else.


https://reviews.llvm.org/D43828

Files:
  ELF/Driver.cpp
  ELF/InputFiles.cpp
  ELF/InputFiles.h
  ELF/LinkerScript.cpp
  ELF/SymbolTable.cpp
  ELF/SymbolTable.h
  test/ELF/trace-symbols.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43828.136099.patch
Type: text/x-patch
Size: 5178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180227/95ccecb7/attachment.bin>


More information about the llvm-commits mailing list