diff options
| author | Hans Wennborg <hans@hanshq.net> | 2014-01-15 02:30:37 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2014-01-15 02:30:37 +0000 |
| commit | 773353b1744ad5de957542ad17f919e6f2a3ed16 (patch) | |
| tree | 5c5356b87d2e1859ed1eb86625799f2df7059d6c /llvm/docs | |
| parent | b620b9d0dbaa826304927178fbfcf91d1d575510 (diff) | |
| download | bcm5719-llvm-773353b1744ad5de957542ad17f919e6f2a3ed16.tar.gz bcm5719-llvm-773353b1744ad5de957542ad17f919e6f2a3ed16.zip | |
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
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 3540bdec8ac..a9e7326934b 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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, |

