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

            Bug ID: 33404
           Summary: Integrated assembler lacks '.psize' directive support
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: ema...@freebsd.org
                CC: llvm-bugs@lists.llvm.org

Attempting to build FreeBSD/amd64 using the integrated assembler for all asm
files fails because the integrated assembler does not support .psize. Only one
source file is affected, the skein hash implementation (available at
https://svnweb.freebsd.org/base/head/sys/crypto/skein/amd64/skein_block_asm.s?view=markup)

```
sys/crypto/skein/amd64/skein_block_asm.s:13:5: error: unknown directive
    .psize 0,128                            #list file has no page boundaries
    ^
```

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