File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
import shutil
18
18
import argparse
19
19
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).
24
22
25
23
"""
26
24
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ and assemble them into an actual bitcode file.
11
11
12
12
If the passed in file is a static library it will extract the
13
13
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.
15
17
16
18
The above language is deliberately vague, since ELF contains a
17
19
.llvm_bc section, whereas the MACH-O contains a segment called __LLVM
You can’t perform that action at this time.
0 commit comments