mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
docs: document x
mangling in LangRef
Windows has two different mangling specifiers. `x` is used on x86 for the `_` UserLabelPrefix. Others use `w` for the no UserLabelPrefix. llvm-svn: 251260
This commit is contained in:
parent
6406920ed6
commit
2d3fcc35ee
@ -1569,6 +1569,8 @@ as follows:
|
||||
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.
|
||||
* ``x``: Windows x86 COFF prefix: Similar to Windows COFF, but use a ``_``
|
||||
prefix for ``__cdecl`` functions.
|
||||
``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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user