[PATCH] D56481: [llvm-objcopy] [COFF] Implement --strip-all[-gnu] for symbols
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 11 15:22:34 PST 2019
mstorsjo added a comment.
Alternatively, I could just skip setting the characteristics flags altogether in this patch, as I don't think anything actually reads them on object files, and the context here (removing relocations) only is relevant for object files - base relocs on executables/DLLs are untouched. We can always add them later if deemed necessary. WDYT?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56481/new/
https://reviews.llvm.org/D56481
More information about the llvm-commits
mailing list