[PATCH] [lld][inputGraph] Implement flavor specific resolver
Shankar Easwaran
shankare at codeaurora.org
Mon Oct 7 21:32:37 PDT 2013
On 10/7/2013 11:18 PM, Rui Ueyama wrote:
> My point is the way to abstract linker input as InputGraph and InputElement itself can be simplified.
>> Isnt the current model simplistic ?
> Honestly, no, I feel that it's over engineerded a bit and designed to be too generic. It may have been unavoidable with the previous design but we may be able to simplify it with nextFile() infrastructure.
nextFile is intended as a way to model only the resolver. The command
line has to be still represented in terms of a Input Graph(ELF linker
has different variations and the input graph design still doesnot
achieve completeness!).
Thanks
Shankar Easwaran
More information about the llvm-commits
mailing list