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: unassignedb...@nondot.org
          Reporter: eblot...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to