[PATCH] D37684: [ELF] - Linkerscript: add LinkerScript::addInputSection() method.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 06:11:37 PDT 2017


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

It was suggested during review of https://reviews.llvm.org/D37561 that "All sections passed to addInputSec should be live.".
Patch do this change.


https://reviews.llvm.org/D37684

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37684.114579.patch
Type: text/x-patch
Size: 4942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170911/be05c671/attachment.bin>


More information about the llvm-commits mailing list