search for: as_68

Displaying 3 results from an estimated 3 matches for "as_68".

2010 Jan 25
5
[LLVMdev] ambiguity of .align
...y what's going on here is that ".align 16" is ambiguous: on some architectures it means ".balign 16", and on some it means ".p2align 16", which would mean ".balign 65536" if it were allowed. See: http://ftp.gnu.org/pub/old-gnu/Manuals/gas-2.9.1/html_node/as_68.html I'm not sure what the best way is to fix this. If LLVM wants to support other assemblers presumably an architecture-dependency is required. Edmund -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intende...
2010 Jan 25
0
[LLVMdev] ambiguity of .align
...on here is that ".align 16" is ambiguous: on > some architectures it means ".balign 16", and on some it means ".p2align > 16", which would mean ".balign 65536" if it were allowed. See: > > http://ftp.gnu.org/pub/old-gnu/Manuals/gas-2.9.1/html_node/as_68.html > > I'm not sure what the best way is to fix this. If LLVM wants to support > other assemblers presumably an architecture-dependency is required. On what architecture did you got the error? We have AlignmentIsInBytes in MCAsmInfo for that. It is probably wrong for your architectu...
2010 Jan 26
0
[LLVMdev] ambiguity of .align
...on here is that ".align 16" is ambiguous: on > some architectures it means ".balign 16", and on some it means ".p2align > 16", which would mean ".balign 65536" if it were allowed. See: > > http://ftp.gnu.org/pub/old-gnu/Manuals/gas-2.9.1/html_node/as_68.html > > I'm not sure what the best way is to fix this. If LLVM wants to support > other assemblers presumably an architecture-dependency is required. > > Edmund > > -- > IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be pr...