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

            Bug ID: 35067
           Summary: support --just-symbols (-R)
           Product: lld
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedb...@nondot.org
          Reporter: rol...@hack.frob.com
                CC: jakehehrl...@google.com, llvm-bugs@lists.llvm.org,
                    pho...@chromium.org

Unix linkers have always supported '-R file' to take symbol definitions from a
"reference file" that is not itself included in the link.

In GNU linkers, this is also spelled '--just-symbols file'.
The -R switch is overloaded to mean --rpath if the name given is a directory,
or traditional -R (aka --just-symbols) if it's not a directory.

This is a feature we're going to rely on in building Fuchsia's kernel (Zircon).

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

Reply via email to