Displaying 1 result from an estimated 1 matches for "8d3fc2de".
2020 Aug 21
2
RFC: Contributing bitcode_strip
*bitcode_strip* is a utility which is used to manipulate (leave / remove)
bitcode segments in a Mach-O file. It is a part of Apple’s cctools and it
is also distributed with Xcode.
The man page of the tool is available here
https://www.manpagez.com/man/1/bitcode_strip/.
The functionality of *bitcode_strip* naturally maps onto llvm-objcopy’s
model and requires only minimal additions to it.