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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 05:55:57 PDT 2019


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

bug fix: `return sym;` -> `changed = sym;`


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/Writer.cpp
  test/ELF/linkerscript/expr-converge.test
  test/ELF/linkerscript/expr-converge2.test
  test/ELF/linkerscript/expr-not-converge.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66279.215377.patch
Type: text/x-patch
Size: 6438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190815/7a8eb75d/attachment.bin>


More information about the llvm-commits mailing list