[PATCH] [LLD] COFF: Make link order compatible with MSVC link.exe.
Rui Ueyama
ruiu at google.com
Tue Jun 23 17:09:59 PDT 2015
================
Comment at: COFF/SymbolTable.cpp:290
@@ +289,3 @@
+ if (auto *B = dyn_cast<Lazy>(Sym->Body))
+ addMemberFile(B);
+ }
----------------
pcc wrote:
> Sorry, missed this; you need error checking here.
Feel free to do this yourself. (I could do that but I guess that would be faster.)
http://reviews.llvm.org/D10672
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list