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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 01:25:59 PDT 2019


MaskRay updated this revision to Diff 215830.
MaskRay marked an inline comment as done.
MaskRay added a comment.

- fatal("thunk creation not converged");

+ error("thunk creation not converged");
+ break;


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.215830.patch
Type: text/x-patch
Size: 7591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190819/7e278d6c/attachment.bin>


More information about the llvm-commits mailing list