[llvm-bugs] [Bug 35877] New: LLD does not support "INSERT [AFTER|BEFORE]" statement(s) in LD scripts
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jan 9 09:53:07 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=35877
Bug ID: 35877
Summary: LLD does not support "INSERT [AFTER|BEFORE]"
statement(s) in LD scripts
Product: lld
Version: unspecified
Hardware: Other
OS: other
Status: NEW
Severity: normal
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: eblot.ml at gmail.com
CC: llvm-bugs at lists.llvm.org
Sequences such as the following:
SECTIONS
{
...
} INSERT AFTER .data;
are not recognised as valid directives:
"unknown directive: INSERT
>>> } INSERT AFTER .data;"
--
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/20180109/cf13935f/attachment.html>
More information about the llvm-bugs
mailing list