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:
5d1960c
)
Fix a typo.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 9 Jul 2007 05:58:08 +0000
(
05:58
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 9 Jul 2007 05:58:08 +0000
(
05:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38431
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/CommandGuide/llvm-ld.pod
patch
|
blob
|
history
diff --git
a/docs/CommandGuide/llvm-ld.pod
b/docs/CommandGuide/llvm-ld.pod
index 920818822a046cefe68c557b72030ff234e82976..4ae051327dfc4fad455c346e32fb40aed20a798c 100644
(file)
--- a/
docs/CommandGuide/llvm-ld.pod
+++ b/
docs/CommandGuide/llvm-ld.pod
@@
-19,7
+19,7
@@
The B<llvm-ld> tool is the main linker for LLVM. It is used to link together
the output of LLVM front-end compilers and run "link time" optimizations (mostly
the inter-procedural kind).
-The B<llvm-ld> tools attemps to mimic the interface provided by the default
+The B<llvm-ld> tools attemp
t
s to mimic the interface provided by the default
system linker so that it can act as a I<drop-in> replacement.
=head2 Search Order