summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-10 13:42:12 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-10 13:42:12 +0000
commita9ad60c412327bc124258d4b9926436087e68ac4 (patch)
treefbfae319863ec54f9fca04cceefedbe5b1c27904 /docs
parentac843ff0182cd7fadadb88910c01a42de46c9339 (diff)
downloadllvm-a9ad60c412327bc124258d4b9926436087e68ac4.tar.gz
llvm-a9ad60c412327bc124258d4b9926436087e68ac4.tar.bz2
llvm-a9ad60c412327bc124258d4b9926436087e68ac4.tar.xz
Use 'w' instead of 'c' to represent the win32 mangling.
This change was requested to avoid confusion if we ever support non windows coff systems. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index d4a7725d1f..ffe3f09d83 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -1165,7 +1165,7 @@ as follows:
* ``m``: Mips mangling: Private symbols get a ``$`` prefix.
* ``o``: Mach-O mangling: Private symbols get ``L`` prefix. Other
symbols get a ``_`` prefix.
- * ``c``: COFF prefix: Similar to Mach-O, but stdcall and fastcall
+ * ``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