1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Remove stale comment

llvm-svn: 177410
This commit is contained in:
Eli Bendersky 2013-03-19 16:04:02 +00:00
parent 9ef392c8d9
commit 2071595e88

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;