Remove stale comment

llvm-svn: 177410
This commit is contained in:
Eli Bendersky 2013-03-19 16:04:02 +00:00
parent dd71c5b84a
commit 138b684882
1 changed files with 0 additions and 3 deletions

View 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;