[llvm] Add functionality to llvm-objcopy to remove prefixes (PR #79415)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 25 00:10:18 PST 2024
================
@@ -218,6 +218,7 @@ struct CommonConfig {
uint64_t PadTo = 0;
StringRef SplitDWO;
StringRef SymbolsPrefix;
+ StringRef SymbolsPrefixRemove;
----------------
jh7370 wrote:
Please make sure that non-ELF formats complain when this option is used, in the same manner as `SymbolsPrefix`. See `ConfigManager.cpp` for this.
https://github.com/llvm/llvm-project/pull/79415
More information about the llvm-commits
mailing list