[PATCH] [lld] Break cyclic dependency between lldDriver and lldMachO

Rui Ueyama ruiu at google.com
Fri Jan 23 15:24:00 PST 2015


REPOSITORY
  rL LLVM

================
Comment at: include/lld/ReaderWriter/MachOLinkingContext.h:256
@@ -255,1 +255,3 @@
 
+  // Reads a file from disk to memory. Returns only a needed chunk
+  // if a fat binary.
----------------
garious wrote:
> ruiu wrote:
> > Please move this after private:.
> No can do.  Do you mean any method that it calls?
Ah right, we can't.

http://reviews.llvm.org/D7155

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list