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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to