[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`,
----------------
jh7370 wrote:
I think you can omit `-G` and `-L` as they're just the short aliases for some of the other option names.
https://github.com/llvm/llvm-project/pull/120895
More information about the llvm-commits
mailing list