[all-commits] [llvm/llvm-project] 94fba1: [llvm] add -r functionality to llvm-bitcode-strip
Richard Howell via All-commits
all-commits at lists.llvm.org
Fri Mar 4 13:28:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94fba14f97233f77f30ded2fc3c2bfca9f2ce6fe
https://github.com/llvm/llvm-project/commit/94fba14f97233f77f30ded2fc3c2bfca9f2ce6fe
Author: Richard Howell <rhow at fb.com>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
A llvm/test/tools/llvm-objcopy/MachO/bitcode-strip-basic.test
A llvm/test/tools/llvm-objcopy/MachO/bitcode-strip-remove.test
R llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test
M llvm/tools/llvm-objcopy/BitcodeStripOpts.td
M llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
M llvm/tools/llvm-objcopy/ObjcopyOptions.h
M llvm/tools/llvm-objcopy/llvm-objcopy.cpp
Log Message:
-----------
[llvm] add -r functionality to llvm-bitcode-strip
This diff adds functionality to the llvm-bitcode-strip tool for
stripping of LLVM bitcode sections.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D120669
More information about the All-commits
mailing list