From bf71837ab0bb9a4261875eaa450b86be6838a5fb Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 22 Oct 2015 01:17:29 +0000 Subject: [PATCH] Update LangRef for changes to the alias textual IR format to support typeless pointer work git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250967 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 8ab1d0ae41a..fa0d79ec4c2 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -715,7 +715,7 @@ Aliases may have an optional :ref:`linkage type `, an optional Syntax:: - @ = [Linkage] [Visibility] [DLLStorageClass] [ThreadLocal] [unnamed_addr] alias @ + @ = [Linkage] [Visibility] [DLLStorageClass] [ThreadLocal] [unnamed_addr] alias , * @ The linkage must be one of ``private``, ``internal``, ``linkonce``, ``weak``, ``linkonce_odr``, ``weak_odr``, ``external``. Note that some system linkers -- 2.34.1