Issue |
120894
|
Summary |
llvm-objcopy MachO: does not support localizing and globalizing symbols
|
Labels |
tools:llvm-objcopy/strip,
platform:macos
|
Assignees |
RIscRIpt
|
Reporter |
RIscRIpt
|
On some occasions, there is a need to modify the behavior of a translation unit in a static library. There are many ways to achieve the same result, but the least hacky option might be exposing private symbols in an object file.
Currently, llvm-objcopy for Mach-O does not support either `--localize-symbol` or `--globalize-symbol`.
https://github.com/RIscRIpt/llvm-project/blob/b28412d5397dc5a23f172d6ebeac760c82a82248/llvm/lib/ObjCopy/ConfigManager.cpp#L36-L37
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs