forked from OSchip/llvm-project
Update LangRef for changes to the alias textual IR format to support typeless pointer work
llvm-svn: 250967
This commit is contained in:
parent
05e0fc85b2
commit
196582e196
|
@ -715,7 +715,7 @@ Aliases may have an optional :ref:`linkage type <linkage>`, an optional
|
|||
|
||||
Syntax::
|
||||
|
||||
@<Name> = [Linkage] [Visibility] [DLLStorageClass] [ThreadLocal] [unnamed_addr] alias <AliaseeTy> @<Aliasee>
|
||||
@<Name> = [Linkage] [Visibility] [DLLStorageClass] [ThreadLocal] [unnamed_addr] alias <AliaseeTy>, <AliaseeTy>* @<Aliasee>
|
||||
|
||||
The linkage must be one of ``private``, ``internal``, ``linkonce``, ``weak``,
|
||||
``linkonce_odr``, ``weak_odr``, ``external``. Note that some system linkers
|
||||
|
|
Loading…
Reference in New Issue