[LLVMdev] [lld] Linker script findings.

Sean Silva silvas at purdue.edu
Thu Jan 3 01:34:50 PST 2013


On Wed, Jan 2, 2013 at 11:30 PM, Nick Kledzik <kledzik at apple.com> wrote:
> My point was that most of linker script options don't need to be handled
> until the last stage of linking when the Writer is handed the atom graph
> to turn into the output file.  The one exception to that is any symbols
> that need to be defined because of linker scripts (or --defsym).

Ah, I see now. That's a good observation; I hadn't thought about at
what phase each part of the script would need to be handled, only the
interface between the language processor and "everything else".

-- Sean Silva



More information about the llvm-dev mailing list