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

            Bug ID: 52247
           Summary: ld64 does not load object files in frameworks
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: MachO
          Assignee: unassignedb...@nondot.org
          Reporter: jezr...@gmail.com
                CC: g...@fb.com, jezr...@gmail.com,
                    llvm-bugs@lists.llvm.org, smee...@fb.com

When loading some framework Foo, `Foo.framework/Foo` can be either (a symlink
to) an archive or a dylib. ld64 will handle both those cases. However, if Foo
is an object file, ld64 will not link it in. LLD on the other hand will do so.

Not sure this is particularly important to fix, since we handle all valid
frameworks just fine, but it's worth making a note of.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to