[llvm-bugs] [Bug 30242] New: Missing support for K and M suffixes

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 1 12:09:50 PDT 2016


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

            Bug ID: 30242
           Summary: Missing support for K and M suffixes
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            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 bfd and gold accept

foo = 1K;
bar = 1M;

in linker scripts but lld rejects:

line 1: malformed number: 1K
foo = 1K;

-- 
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/20160901/ac881370/attachment.html>


More information about the llvm-bugs mailing list