[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 11:23:05 PDT 2013
    
    
  
  other than the comment, patch LGTM.
================
Comment at: include/lld/ReaderWriter/AtomLayout.h:10-11
@@ +9,4 @@
+
+#ifndef LLD_CORE_LAYOUT_H
+#define LLD_CORE_LAYOUT_H
+
----------------
I think you forgot to change the #ifdef macros.
http://llvm-reviews.chandlerc.com/D977
    
    
More information about the llvm-commits
mailing list