[PATCH] D66279: [ELF] Make LinkerScript::assignAddresses iterative

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 03:09:53 PDT 2019


MaskRay updated this revision to Diff 217102.
MaskRay added a comment.

Move getSymbolAssignmentValues above because it might be used by processSymbolAssignments in the future.

  add a function-level comment

Add getChangedSymbolAssignment


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66279/new/

https://reviews.llvm.org/D66279

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/Relocations.cpp
  ELF/Writer.cpp
  test/ELF/linkerscript/symbol-assign-many-passes.test
  test/ELF/linkerscript/symbol-assign-many-passes2.test
  test/ELF/linkerscript/symbol-assign-not-converge.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66279.217102.patch
Type: text/x-patch
Size: 8356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190826/6ba216ee/attachment.bin>


More information about the llvm-commits mailing list