mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
LangRef: attempt to fix line breaks
The line breaks around the "m:<mangling>" text in the Data Layout section look weird. Let's see if this helps. llvm-svn: 199285
This commit is contained in:
parent
7e22e3a1ea
commit
ca7d4e7a8e
@ -1176,9 +1176,9 @@ as follows:
|
||||
* ``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.
|
||||
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.
|
||||
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