[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:12:11 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.
+//
+//===----------------------------------------------------------------------===//
+
----------------
Shankar Kalpathi Easwaran wrote:
> This should go into include/lld/ReaderWriter.
Good point! I will move the file.
http://llvm-reviews.chandlerc.com/D977
More information about the llvm-commits
mailing list