[llvm-bugs] [Bug 52163] New: Implement -load_hidden
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 13 04:56:56 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=52163
Bug ID: 52163
Summary: Implement -load_hidden
Product: lld
Version: 12.0
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: caleb.zulawski at gmail.com
CC: llvm-bugs at lists.llvm.org, smithp352 at googlemail.com
I use this option on macOS with ld64 and would like to use it with LLD instead.
>From the manpage:
-load_hidden path_to_archive
Uses specified static library as usual, but treats all global
symbols from the static library to as if they are visibility hidden. Useful
when building a dynamic library that uses a static library but does not want to
export
anything from that static library.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211013/26467c2e/attachment.html>
More information about the llvm-bugs
mailing list