[PATCH] D22811: [ELF] Linkerscript: allow setting custom output section for common symbols, instead of .bss
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 27 03:51:10 PDT 2016
evgeny777 removed rL LLVM as the repository for this revision.
evgeny777 updated this revision to Diff 65693.
evgeny777 added a comment.
Review updated. Now common section is instantiated in Writer and is added to .bss in case linker script processor hasn't added it to some other section.
Also test case now checks for common section size and alignment
https://reviews.llvm.org/D22811
Files:
ELF/InputSection.cpp
ELF/InputSection.h
ELF/LinkerScript.cpp
ELF/LinkerScript.h
ELF/OutputSections.cpp
ELF/SymbolTable.cpp
ELF/Symbols.cpp
ELF/Symbols.h
ELF/Writer.cpp
test/ELF/linkerscript/linkerscript-common.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22811.65693.patch
Type: text/x-patch
Size: 18083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160727/b5beb65b/attachment.bin>
More information about the llvm-commits
mailing list