[PATCH] D38137: [ELF] Simpler scheme for handling common symbols

ben via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 08:36:47 PDT 2017


bd1976llvm created this revision.
Herald added a subscriber: emaste.

Convert all common symbols to regular symbols after scan.

This means that the downstream code does not to handle common symbols as a special case.


https://reviews.llvm.org/D38137

Files:
  ELF/Driver.cpp
  ELF/MarkLive.cpp
  ELF/Symbols.cpp
  ELF/Symbols.h
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38137.116196.patch
Type: text/x-patch
Size: 6036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170921/22a0e3f5/attachment.bin>


More information about the llvm-commits mailing list