[PATCH] [lld] Add basic linker script parsing.

Michael Spencer bigcheesegs at gmail.com
Wed Feb 27 19:47:03 PST 2013


  Yes, I intend for this to implement most of the linker script functionality. My plan is to produce an Atom that contains the section layout and other assorted info that doesn't effect resolving. Then add a LinkerScriptAtom that holds the expression for any atoms defined by the linker script with references to any symbols used by the expression.

http://llvm-reviews.chandlerc.com/D477



More information about the llvm-commits mailing list