[llvm-bugs] [Bug 49597] New: Support object files / dylibs built for multiple platforms

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 15 13:24:28 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=49597

            Bug ID: 49597
           Summary: Support object files / dylibs built for multiple
                    platforms
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: MachO
          Assignee: unassignedbugs at nondot.org
          Reporter: jezreel at gmail.com
                CC: gkm at fb.com, jezreel at gmail.com,
                    llvm-bugs at lists.llvm.org, smeenai at fb.com

ld64 supports files with more than one LC_BUILD_VERSION.

We should also add support for the LC_VERSION_MIN_{MACOSX,IPHONEOS...}
commands.

Concrete use case: /usr/lib/system/libsystem_kernel.dylib on my Mac (Catalina)
has both LC_VERSION_MIN_MACOSX and LC_BUILD_VERSION (the latter for
MacCatalyst).

-- 
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/20210315/cc693dc4/attachment.html>


More information about the llvm-bugs mailing list