[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 09:06:23 PDT 2013



================
Comment at: include/lld/Core/AtomLayout.h:1-8
@@ +1,9 @@
+//===- include/lld/Core/AtomLayout.h --------------------------------------===//
+//
+//                             The LLVM Linker
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
----------------
This should go into include/lld/ReaderWriter.


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



More information about the llvm-commits mailing list