projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51283a1
)
Remove stale comment
author
Eli Bendersky
<eliben@google.com>
Tue, 19 Mar 2013 16:04:02 +0000
(16:04 +0000)
committer
Eli Bendersky
<eliben@google.com>
Tue, 19 Mar 2013 16:04:02 +0000
(16:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177410
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-link/llvm-link.cpp
patch
|
blob
|
history
diff --git
a/tools/llvm-link/llvm-link.cpp
b/tools/llvm-link/llvm-link.cpp
index f6c9f11a5e3cd0ce04cebb4f310b0c51f11e6c97..769419d186115db8c4355e76cac5d80b5ffcbe20 100644
(file)
--- 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;