[PATCH] [lld][ELF] Add linker script ENTRY command
Michael Spencer
bigcheesegs at gmail.com
Mon May 20 19:09:02 PDT 2013
bool Driver::link(TargetInfo targetInfo, const std::vector<LinkerInput> &inputs, raw_ostream &diagnostics);
An object of type InputFiles is constructed by the driver.
In the future we will need to change how inputs work as files can be added while reading other files. But that work doesn't need to be done now.
http://llvm-reviews.chandlerc.com/D833
BRANCH
linker-script-entry
ARCANIST PROJECT
lld
More information about the llvm-commits
mailing list