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

            Bug ID: 27406
           Summary: support 'ALIGN' in linker script expression parsing
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
            Blocks: 23214
    Classification: Unclassified

The ALIGN(exp) returns the current location counter aligned at the specified
expression.

It is used by the FreeBSD kernel and boot loader components, typically by
setting the location counter to a new aligned address. E.g.:

  . = ALIGN(4096);

-- 
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