summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-03-19 16:04:02 +0000
committerEli Bendersky <eliben@google.com>2013-03-19 16:04:02 +0000
commit138b684882c0ac575754d1624b14d9a66e53bc37 (patch)
treed344c6ce5c018eab565ae04ffe2e44dfb1e1553a /llvm/tools
parentdd71c5b84a46faed9b6fc3e833048ba6a3c1d8ec (diff)
downloadbcm5719-llvm-138b684882c0ac575754d1624b14d9a66e53bc37.tar.gz
bcm5719-llvm-138b684882c0ac575754d1624b14d9a66e53bc37.zip
Remove stale comment
llvm-svn: 177410
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvm-link/llvm-link.cpp3
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;
OpenPOWER on IntegriCloud