[llvm] [llvm-objcopy] Add --remove-symbol-prefix (PR #79415)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 00:46:54 PST 2024
================
@@ -0,0 +1,64 @@
+# RUN: yaml2obj %s -o %t
+# RUN: llvm-objcopy --remove-symbol-prefix __pf_ %t %t2
+# RUN: llvm-readelf --symbols %t2 | FileCheck %s
+
+## Show that an empty string is permitted as the argument to
+## --remove-prefix-symbols.
----------------
jh7370 wrote:
Comment needs updating for new option name.
https://github.com/llvm/llvm-project/pull/79415
More information about the llvm-commits
mailing list