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

Rui Ueyama ruiu at google.com
Fri Jun 14 11:24:59 PDT 2013



================
Comment at: include/lld/ReaderWriter/AtomLayout.h:10-11
@@ +9,4 @@
+
+#ifndef LLD_CORE_LAYOUT_H
+#define LLD_CORE_LAYOUT_H
+
----------------
Shankar Kalpathi Easwaran wrote:
> I think you forgot to change the #ifdef macros.
Fixed.


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



More information about the llvm-commits mailing list