[PATCH] D30690: [ELF] - Simplify logic of creating "COMMON" section.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 03:46:28 PST 2017


grimar created this revision.

Patch renames BssRelSection to BssSection and reuses
already implemented logic, that allows simplify creation of
"COMMON" section.


https://reviews.llvm.org/D30690

Files:
  ELF/Relocations.cpp
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30690.90830.patch
Type: text/x-patch
Size: 6470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170307/27543c03/attachment.bin>


More information about the llvm-commits mailing list