diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2016-12-11 22:15:25 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-12-11 22:15:25 +0000 |
commit | 8b65e51b73c6a25713bbffa69965644b8ecbafe3 (patch) | |
tree | bd5d28644a9fea367d570ab33dbb3b8bd951c733 /clang/lib/AST/Expr.cpp | |
parent | 99111287fc97eb95f035e2ad867165f563caa5fd (diff) | |
download | bcm5719-llvm-8b65e51b73c6a25713bbffa69965644b8ecbafe3.tar.gz bcm5719-llvm-8b65e51b73c6a25713bbffa69965644b8ecbafe3.zip |
COFF: Load inputs immediately instead of adding them to a queue.
This patch replaces the symbol table's object and archive queues, as well as
the convergent loop in the linker driver, with a design more similar to the
ELF linker where symbol resolution directly causes input files to be added to
the link, including input files arising from linker directives. Effectively
this removes the last vestiges of the old parallel input file loader.
Differential Revision: https://reviews.llvm.org/D27660
llvm-svn: 289409
Diffstat (limited to 'clang/lib/AST/Expr.cpp')
0 files changed, 0 insertions, 0 deletions