diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-10 13:42:12 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-10 13:42:12 +0000 |
| commit | af77e1205a339bc103075f0986792b955d3f2365 (patch) | |
| tree | cc56a144fc49079bc4c33e92037d68fce3477172 /llvm/docs | |
| parent | 58306ad9033a376f074c455fcc06767b03582d2e (diff) | |
| download | bcm5719-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.rst | 2 |
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 |

