[llvm] r199285 - LangRef: attempt to fix line breaks

Hans Wennborg hans at hanshq.net
Tue Jan 14 18:30:37 PST 2014


Author: hans
Date: Tue Jan 14 20:30:37 2014
New Revision: 199285

URL: http://llvm.org/viewvc/llvm-project?rev=199285&view=rev
Log:
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.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=199285&r1=199284&r2=199285&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Jan 14 20:30:37 2014
@@ -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,





More information about the llvm-commits mailing list