Skip to content

Commit 3da8960

Browse files
committed
Some typos.
1 parent b6c06c9 commit 3da8960

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

driver/extraction.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
import shutil
1818
import argparse
1919

20-
"""This tool can be used two ways.
21-
22-
(Fix: 2016/02/16: __LLVM is now used by MacOS's ld so we changed the segment
23-
name to __WLLVM).
20+
"""
21+
(Fix: 2016/02/16: __LLVM is now used by MacOS's ld so we changed the segment name to __WLLVM).
2422
2523
"""
2624

extract-bc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ and assemble them into an actual bitcode file.
1111
1212
If the passed in file is a static library it will extract the
1313
constituent ELF or MACH-O objects and read their bitcode sections and
14-
create a LLVM Bitcode archive from the bitcode files.
14+
create a LLVM Bitcode archive from the bitcode files. That said, there
15+
is a command line option (--bitcode -b) that allows one to extract the
16+
bitcode into a module rather than an archive.
1517
1618
The above language is deliberately vague, since ELF contains a
1719
.llvm_bc section, whereas the MACH-O contains a segment called __LLVM

0 commit comments

Comments
 (0)