[llvm] Add functionality to llvm-objcopy to remove prefixes (PR #79415)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 01:23:24 PST 2024


================
@@ -203,6 +203,11 @@ defm dump_section
 defm prefix_symbols
     : Eq<"prefix-symbols", "Add <prefix> to the start of every symbol name">,
       MetaVarName<"prefix">;
+defm prefix_symbols_remove
+    : Eq<"prefix-symbols-remove",
----------------
jh7370 wrote:

I don't think my suggestion for the option name has been addressed? It looks like you've just renamed the option to another name.

https://github.com/llvm/llvm-project/pull/79415


More information about the llvm-commits mailing list