Remove stale comment
authorEli Bendersky <eliben@google.com>
Tue, 19 Mar 2013 16:04:02 +0000 (16:04 +0000)
committerEli Bendersky <eliben@google.com>
Tue, 19 Mar 2013 16:04:02 +0000 (16:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177410 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-link/llvm-link.cpp

index f6c9f11a5e3cd0ce04cebb4f310b0c51f11e6c97..769419d186115db8c4355e76cac5d80b5ffcbe20 100644 (file)
@@ -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;