[PATCH] D19574: Remove Size from Undefined symbol.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 17:57:52 PDT 2016


ruiu created this revision.
ruiu added reviewers: pcc, rafael.
ruiu added a subscriber: llvm-commits.

There seems to be no reason to keep st_size of undefined symbols.
This patch removes the member for it. This patch will change outputs
in cases that undefined symbols are copied to output, but I think
this is unimportant.

http://reviews.llvm.org/D19574

Files:
  ELF/InputFiles.cpp
  ELF/SymbolTable.cpp
  ELF/Symbols.cpp
  ELF/Symbols.h
  test/ELF/resolution.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19574.55146.patch
Type: text/x-patch
Size: 5143 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160427/aa57d9c6/attachment.bin>


More information about the llvm-commits mailing list