summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-01-15 02:30:37 +0000
committerHans Wennborg <hans@hanshq.net>2014-01-15 02:30:37 +0000
commit37a98536bd0975ea3354407b91d12896252effc0 (patch)
treec4eb97ca1ec2898d104c7f5ab6678b88a12a2192 /docs
parent2a0c41756bfb697f4c028b84501b31b1320786d1 (diff)
downloadllvm-37a98536bd0975ea3354407b91d12896252effc0.tar.gz
llvm-37a98536bd0975ea3354407b91d12896252effc0.tar.bz2
llvm-37a98536bd0975ea3354407b91d12896252effc0.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199285 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 3540bdec8a..a9e7326934 100644
--- a/docs/LangRef.rst
+++ b/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,