[PATCH] [lld] Move AtomLayout from ELF to Core so that it can be used by non-ELF writers.

Shankar Kalpathi Easwaran shankarke at gmail.com
Fri Jun 14 13:53:05 PDT 2013


  AtomLayout is basically a way to look at the address of an atom when you want to apply relocations. So its an intended use. Anything that has an output address needs to go through AtomLayout.

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



More information about the llvm-commits mailing list