[PATCH] Proper whole-archive handling

Rui Ueyama ruiu at google.com
Mon Sep 9 11:28:44 PDT 2013



================
Comment at: include/lld/Driver/DarwinInputGraph.h:52
@@ -48,2 +51,3 @@
   const MachOLinkingContext &_ctx;
+  bool _isWholeArchive;
 };
----------------
This change caused the compiler to warn if -Wunused-private-field is enabled. I'm going to remove this  line for now for those who enabled -Werror.


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



More information about the llvm-commits mailing list