[llvm] r177410 - Remove stale comment

Eli Bendersky eliben at google.com
Tue Mar 19 09:04:02 PDT 2013


Author: eliben
Date: Tue Mar 19 11:04:02 2013
New Revision: 177410

URL: http://llvm.org/viewvc/llvm-project?rev=177410&view=rev
Log:
Remove stale comment

Modified:
    llvm/trunk/tools/llvm-link/llvm-link.cpp

Modified: llvm/trunk/tools/llvm-link/llvm-link.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-link/llvm-link.cpp?rev=177410&r1=177409&r2=177410&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-link/llvm-link.cpp (original)
+++ llvm/trunk/tools/llvm-link/llvm-link.cpp Tue Mar 19 11:04:02 2013
@@ -111,9 +111,6 @@ int main(int argc, char **argv) {
     }
   }
 
-  // TODO: Iterate over the -l list and link in any modules containing
-  // global symbols that have not been resolved so far.
-
   if (DumpAsm) errs() << "Here's the assembly:\n" << *Composite;
 
   std::string ErrorInfo;





More information about the llvm-commits mailing list