This is an archive of the discontinued LLVM Phabricator instance.

ELF: Read all dynamic lists specified on the command line.
ClosedPublic

Authored by pcc on Feb 10 2017, 7:42 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Feb 10 2017, 7:42 PM
ruiu accepted this revision.Feb 11 2017, 9:20 AM

LGTM

lld/ELF/LinkerScript.cpp
1945–1946 ↗(On Diff #88082)

Can this be for (SymbolVersion V : readSymbols())?

This revision is now accepted and ready to land.Feb 11 2017, 9:20 AM
This revision was automatically updated to reflect the committed changes.