From: Eli Bendersky Date: Tue, 19 Mar 2013 16:04:02 +0000 (+0000) Subject: Remove stale comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=576a0b4d77138434ffc25a5a1de5522d2663e3b1;p=oota-llvm.git Remove stale comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177410 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp index f6c9f11a5e3..769419d1861 100644 --- a/tools/llvm-link/llvm-link.cpp +++ b/tools/llvm-link/llvm-link.cpp @@ -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;