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:
ec5cf81
)
Fix a typo.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 9 Jul 2007 06:01:20 +0000
(06:01 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 9 Jul 2007 06:01:20 +0000
(06:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38432
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 4ae051327dfc4fad455c346e32fb40aed20a798c..e09d9172df569aee75e50fe0ae11aedd24e25640 100644
(file)
--- a/
docs/CommandGuide/llvm-ld.pod
+++ b/
docs/CommandGuide/llvm-ld.pod
@@
-64,7
+64,7
@@
undefined symbols defined.
The B<llvm-ld> program has limited support for native code generation, when
using the B<-native> or B<-native-cbe> options. Native code generation is
-perfomed by converting the linked bytecode into native assembly (.s) or C code
+perfo
r
med by converting the linked bytecode into native assembly (.s) or C code
and running the system compiler (typically gcc) on the result.
=head1 OPTIONS