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

Peter Collingbourne peter at pcc.me.uk
Tue Jun 23 16:46:23 PDT 2015


================
Comment at: COFF/SymbolTable.cpp:293
@@ +292,3 @@
+
+  size_t End = BitcodeFiles.end();
+  if (auto EC = run())
----------------
Huh, does this compile? `BitcodeFiles.end()` is an iterator, right?

http://reviews.llvm.org/D10672

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






More information about the llvm-commits mailing list