bitcode_strip(1) bitcode_strip(1)
NAME
bitcode_strip - remove or leave the bitcode segment in a Mach-O file
SYNOPSIS
bitcode_strip input [ -r | -m | -l ] -o output
DESCRIPTION
bitcode_strip edits the input Mach-O file and with the -r option
removes the bitcode segment, the segment named __LLVM and its section.
With the -m option removes the bitcode segment but leaves a marker. Or
with the -l option leaves only the bitcode segment in the Mach-O file
an the (__TEXT,__info_plist) section. If the Mach-O file, or slice of
a universal file, does not have a bitcode segment, it is left essen-
tially unchanged.
input specifies the input Mach-O file to operate on.
-o output
specifies the output file as output.
-r specifies the bitcode segment is to be removed.
-m specifies the bitcode segment is to be removed and a marker is
left.
-l specifies that only the bitcode segment and the
(__TEXT,__info_plist) section is to be left in the Mach-O file.
Apple, Inc. July 12, 2016 bitcode_strip(1)
Mac OS X 10.12.6 - Generated Sun Oct 29 06:27:02 CDT 2017
