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

Rui Ueyama ruiu at google.com
Tue Jun 23 16:51:20 PDT 2015


================
Comment at: COFF/SymbolTable.cpp:293
@@ +292,3 @@
+
+  size_t End = BitcodeFiles.end();
+  if (auto EC = run())
----------------
pcc wrote:
> Huh, does this compile? `BitcodeFiles.end()` is an iterator, right?
Ah, sorry, I intended to write auto instead of size_t. (And if we make that change, all tests pass.)

http://reviews.llvm.org/D10672

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






More information about the llvm-commits mailing list