[llvm] [llvm-objcopy] Add support of symbol modification flags for MachO (PR #120895)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 23 03:13:06 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.
----------------
jh7370 wrote:
Related to how cherry-picks work, I'd put this in its own separate commit that you push directly, since it's completely unrelated.
https://github.com/llvm/llvm-project/pull/120895
More information about the llvm-commits
mailing list