[PATCH] D21965: [ELF] Initial support for symbol assignment in linker scripts

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 3 19:47:03 PDT 2016


davide created this revision.
davide added a reviewer: ruiu.
davide added a subscriber: llvm-commits.

This just adds the symbol to the symboltable but doesn't update st_value.
I'd prefer to do that in my next patch. I'm not quite familiar with the linker script parsing code so a careful review would be appreciated. Thanks!

http://reviews.llvm.org/D21965

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/Writer.cpp
  test/ELF/linkerscript-assignment.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21965.62647.patch
Type: text/x-patch
Size: 5726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160704/2b0a3850/attachment-0001.bin>


More information about the llvm-commits mailing list