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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to