[llvm-bugs] [Bug 35067] New: support --just-symbols (-R)
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Oct 24 17:07:43 PDT 2017
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: unassignedbugs at nondot.org
Reporter: roland at hack.frob.com
CC: jakehehrlich at google.com, llvm-bugs at lists.llvm.org,
phosek at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171025/e41bb1c1/attachment-0001.html>
More information about the llvm-bugs
mailing list