mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
LangRef.rst: fix LangRef data layout text about m specifier, take 2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199286 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1171,8 +1171,9 @@ as follows:
|
||||
``a:<abi>:<pref>``
|
||||
This specifies the alignment for an object of aggregate type.
|
||||
``m:<mangling>``
|
||||
If prerest, specifies that llvm names are mangled in the output. The
|
||||
If present, specifies that llvm names are mangled in the output. The
|
||||
options are
|
||||
|
||||
* ``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
|
||||
|
Reference in New Issue
Block a user