[PATCH] D34345: [LLD][ELF] Extract temporary state used in assignAddresses()
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 16:21:40 PDT 2017
mehdi_amini added inline comments.
================
Comment at: lld/trunk/ELF/LinkerScript.cpp:846
+ auto State = make_unique<AddressState>(Opt);
+ CurAddressState = State.get();
ErrorOnMissingSection = true;
----------------
Same here actually
Repository:
rL LLVM
https://reviews.llvm.org/D34345
More information about the llvm-commits
mailing list