[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


================
@@ -0,0 +1,78 @@
+# RUN: yaml2obj %s -o %t
+# RUN: llvm-objcopy --prefix-symbols-remove __pf_ %t %t2
+# RUN: llvm-readobj --symbols %t2 | FileCheck %s
----------------
jh7370 wrote:

Please don't defer improvements to new tests until a separate change. Please fix this test in this PR. You can address the existing test in a separate PR: the two are not tied together.

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


More information about the llvm-commits mailing list