[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


================
@@ -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 feel like `remove-symbol-prefix` would be an easier-to-read name (but if you're aiming for compatibility with something else, please say so).

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


More information about the llvm-commits mailing list