[llvm] [llvm-objcopy] Add support of symbol modification flags for MachO (PR #120895)

Richard Dzenis via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 23 03:25:37 PST 2024


================
@@ -350,10 +350,16 @@ Changes to the Debug Info
 Changes to the LLVM tools
 ---------------------------------
 
+* llvm-objcopy now supports the following options for MachO:
+  `--globalize-symbol`, `--globalize-symbols`,
+  `--keep-global-symbol`, `-G`, `--keep-global-symbols`,
+  `--localize-symbol`, `-L`, `--localize-symbols`,
+  `--skip-symbol`, `--skip-symbols`.
+
 Changes to LLDB
 ---------------------------------
 
-* LLDB now now supports inline diagnostics for the expression evaluator and command line parser.
+* LLDB now supports inline diagnostics for the expression evaluator and command line parser.
----------------
RIscRIpt wrote:

Reverted in a fixup. I'll push a separate commit to main directly.

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


More information about the llvm-commits mailing list