[all-commits] [llvm/llvm-project] b77533: [llvm-strip] Support grouped options in llvm-strip
Daniel Rodríguez Troitiño via All-commits
all-commits at lists.llvm.org
Thu Jul 1 13:37:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b77533fb70ac6388955ee34a1d1e96ba05b6b01f
https://github.com/llvm/llvm-project/commit/b77533fb70ac6388955ee34a1d1e96ba05b6b01f
Author: Daniel Rodríguez Troitiño <danielrodriguez at fb.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
A llvm/test/tools/llvm-objcopy/grouped-options.test
M llvm/tools/llvm-objcopy/ConfigManager.cpp
Log Message:
-----------
[llvm-strip] Support grouped options in llvm-strip
GNU and Apple `strip` implementations seems to support grouped options.
Enable the support for grouped options introduced in
https://reviews.llvm.org/D83639 for `llvm-strip` invocations.
Includes test that checks that both the grouped and non grouped
invocations produces the same result.
Reviewed By: alexander-shaposhnikov, MaskRay
Differential Revision: https://reviews.llvm.org/D105249
More information about the All-commits
mailing list