summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r--docs/LangRef.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 6beb9652ed..9bfd3ed2c4 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -698,7 +698,8 @@ The linkage must be one of ``private``, ``internal``, ``linkonce``, ``weak``,
might not correctly handle dropping a weak symbol that is aliased.
Alias that are not ``unnamed_addr`` are guaranteed to have the same address as
-the aliasee.
+the aliasee expression. ``unnamed_addr`` ones are only guaranteed to point
+to the same content.
Since aliases are only a second name, some restrictions apply, of which
some can only be checked when producing an object file: