[PATCH] [LLD] COFF: Make link order compatible with MSVC link.exe.

Peter Collingbourne peter at pcc.me.uk
Tue Jun 23 17:07:55 PDT 2015


================
Comment at: COFF/SymbolTable.cpp:290
@@ +289,3 @@
+    if (auto *B = dyn_cast<Lazy>(Sym->Body))
+      addMemberFile(B);
+  }
----------------
Sorry, missed this; you need error checking here.

http://reviews.llvm.org/D10672

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






More information about the llvm-commits mailing list