[llvm-bugs] [Bug 30442] New: Incomplete section pattern grammar

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Sep 19 07:19:32 PDT 2016


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

            Bug ID: 30442
           Summary: Incomplete section pattern grammar
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Both gold and lld can parse

SECTIONS
{
  foo : { *(SORT_BY_NAME(bar) zed) }
}

but lld cannot:

line 3: ) expected, but got zed
  foo : { *(SORT_BY_NAME(bar) zed) }

-- 
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/20160919/800137d3/attachment.html>


More information about the llvm-bugs mailing list