summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-03-26 06:14:40 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-03-26 06:14:40 +0000
commit72db10a9959431a710712f64d4b98299ab5a022d (patch)
tree8ea039520d3cec3f1adcf367c2a6915744f6a559 /docs
parent360ee971798ebccc177f7e1c2947a74e3bd9fbc0 (diff)
downloadllvm-72db10a9959431a710712f64d4b98299ab5a022d.tar.gz
llvm-72db10a9959431a710712f64d4b98299ab5a022d.tar.bz2
llvm-72db10a9959431a710712f64d4b98299ab5a022d.tar.xz
Revert "Prevent alias from pointing to weak aliases."
This reverts commit r204781. I will follow up to with msan folks to see what is what they were trying to do with aliases to weak aliases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index b0b8bfebee..c959f56ef1 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -681,10 +681,6 @@ the aliasee.
The aliasee must be a definition.
-Aliases are not allowed to point to aliases with linkages that can be
-overridden. Since they are only a second name, the possibility of the
-intermediate alias being overridden cannot be represented in an object file.
-
.. _namedmetadatastructure:
Named Metadata