mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
LangRef.rst: fix LangRef data layout text about m specifier, take 2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199286 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37a98536bd
commit
268226b9f3
@ -1171,14 +1171,15 @@ as follows:
|
||||
``a:<abi>:<pref>``
|
||||
This specifies the alignment for an object of aggregate type.
|
||||
``m:<mangling>``
|
||||
If prerest, specifies that llvm names are mangled in the output. The
|
||||
options are
|
||||
* ``e``: ELF mangling: Private symbols get a ``.L`` prefix.
|
||||
* ``m``: Mips mangling: Private symbols get a ``$`` prefix.
|
||||
* ``o``: Mach-O mangling: Private symbols get ``L`` prefix. Other
|
||||
symbols get a ``_`` prefix.
|
||||
* ``w``: Windows COFF prefix: Similar to Mach-O, but stdcall and fastcall
|
||||
functions also get a suffix based on the frame size.
|
||||
If present, specifies that llvm names are mangled in the output. The
|
||||
options are
|
||||
|
||||
* ``e``: ELF mangling: Private symbols get a ``.L`` prefix.
|
||||
* ``m``: Mips mangling: Private symbols get a ``$`` prefix.
|
||||
* ``o``: Mach-O mangling: Private symbols get ``L`` prefix. Other
|
||||
symbols get a ``_`` prefix.
|
||||
* ``w``: Windows COFF prefix: Similar to Mach-O, but stdcall and fastcall
|
||||
functions also get a suffix based on the frame size.
|
||||
``n<size1>:<size2>:<size3>...``
|
||||
This specifies a set of native integer widths for the target CPU in
|
||||
bits. For example, it might contain ``n32`` for 32-bit PowerPC,
|
||||
|
Loading…
Reference in New Issue
Block a user