diff options
author | Eli Bendersky <eliben@google.com> | 2013-03-19 16:04:02 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-03-19 16:04:02 +0000 |
commit | 138b684882c0ac575754d1624b14d9a66e53bc37 (patch) | |
tree | d344c6ce5c018eab565ae04ffe2e44dfb1e1553a | |
parent | dd71c5b84a46faed9b6fc3e833048ba6a3c1d8ec (diff) | |
download | bcm5719-llvm-138b684882c0ac575754d1624b14d9a66e53bc37.tar.gz bcm5719-llvm-138b684882c0ac575754d1624b14d9a66e53bc37.zip |
Remove stale comment
llvm-svn: 177410
-rw-r--r-- | llvm/tools/llvm-link/llvm-link.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/llvm-link/llvm-link.cpp b/llvm/tools/llvm-link/llvm-link.cpp index f6c9f11a5e3..769419d1861 100644 --- a/llvm/tools/llvm-link/llvm-link.cpp +++ b/llvm/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; |