The following commit resolves Issue #54417.
Fixes llvm-strip conditional command line option logic to not enable --strip-all in the presence of --only-keep-debug.
Paths
| Differential D123738
[llvm-objcopy] option --only-keep-debug should suppress default --strip-all AbandonedPublic Authored by jmciver on Apr 13 2022, 2:50 PM.
Details Summary The following commit resolves Issue #54417. Fixes llvm-strip conditional command line option logic to not enable --strip-all in the presence of --only-keep-debug.
Diff Detail
Event TimelineComment Actions Updating D123738: [llvm-objcopy] option --only-keep-debug should suppress default --strip-all Rebasing patch onto most recent main in attempt to resolve build failures
Revision Contents
Diff 422669 llvm/test/tools/llvm-objcopy/COFF/only-keep-debug.test
llvm/test/tools/llvm-objcopy/ELF/only-keep-debug.test
llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
|