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 | 576a0b4d77138434ffc25a5a1de5522d2663e3b1 (patch) | |
tree | b373f74d73decdd777bd722012d82e1796e26b47 /tools/llvm-link | |
parent | 51283a1513648b235925e8f931707ebdea217359 (diff) | |
download | external_llvm-576a0b4d77138434ffc25a5a1de5522d2663e3b1.zip external_llvm-576a0b4d77138434ffc25a5a1de5522d2663e3b1.tar.gz external_llvm-576a0b4d77138434ffc25a5a1de5522d2663e3b1.tar.bz2 |
Remove stale comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-link')
-rw-r--r-- | tools/llvm-link/llvm-link.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp index f6c9f11..769419d 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; |