summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitaf77e1205a339bc103075f0986792b955d3f2365 (patch)
treecc56a144fc49079bc4c33e92037d68fce3477172 /llvm/docs
parent58306ad9033a376f074c455fcc06767b03582d2e (diff)
downloadbcm5719-llvm-af77e1205a339bc103075f0986792b955d3f2365.tar.gz
bcm5719-llvm-af77e1205a339bc103075f0986792b955d3f2365.zip
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. llvm-svn: 198938
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index d4a7725d1fd..ffe3f09d83b 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud