diff options
author | Gabor Greif <ggreif@gmail.com> | 2007-07-09 11:24:05 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2007-07-09 11:24:05 +0000 |
commit | 3bd6e0d9dae8b8c29fd15a52b2c5c9cbeb9d8e78 (patch) | |
tree | 0683d350b0bc8287ab71d50c9840d6ba294202ab /docs/CommandGuide/llvm-ranlib.pod | |
parent | 751d173e17e6b2cc1e0c41127b28f5f7fd8cb7be (diff) |
eliminated all references to 'bytecode' from .pod files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-ranlib.pod')
-rw-r--r-- | docs/CommandGuide/llvm-ranlib.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-ranlib.pod b/docs/CommandGuide/llvm-ranlib.pod index c3473c9a91..130edb0771 100644 --- a/docs/CommandGuide/llvm-ranlib.pod +++ b/docs/CommandGuide/llvm-ranlib.pod @@ -14,7 +14,7 @@ The B<llvm-ranlib> command is similar to the common Unix utility, C<ranlib>. It adds or updates the symbol table in an LLVM archive file. Note that using the B<llvm-ar> modifier F<s> is usually more efficient than running B<llvm-ranlib> which is only provided only for completness and compatibility. Unlike other -implementations of C<ranlib>, B<llvm-ranlib> indexes LLVM bytecode files, not +implementations of C<ranlib>, B<llvm-ranlib> indexes LLVM bitcode files, not native object modules. You can list the contents of the symbol table with the C<llvm-nm -s> command. |