[PATCH] D39666: ELF: Remove DefinedCommon.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 5 14:02:04 PST 2017


pcc created this revision.
Herald added subscribers: arichardson, emaste.

Common symbols are now represented with a DefinedRegular that points
to a BssSection, even during symbol resolution.

Depends on https://reviews.llvm.org/D39394


https://reviews.llvm.org/D39666

Files:
  lld/ELF/Driver.cpp
  lld/ELF/InputSection.h
  lld/ELF/SymbolTable.cpp
  lld/ELF/Symbols.cpp
  lld/ELF/Symbols.h
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/test/ELF/relocatable-common.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39666.121664.patch
Type: text/x-patch
Size: 12039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171105/720e2610/attachment.bin>


More information about the llvm-commits mailing list