[llvm] r196342 - [LangRef] Remove (non-normative) paragraph that doesn't make sense.

Sean Silva silvas at purdue.edu
Tue Dec 3 18:19:25 PST 2013


Author: silvas
Date: Tue Dec  3 20:19:25 2013
New Revision: 196342

URL: http://llvm.org/viewvc/llvm-project?rev=196342&view=rev
Log:
[LangRef] Remove (non-normative) paragraph that doesn't make sense.

It appears to be referring to nonexistent entities. This must be a
carry-over from an older version of the document.

Patch by Mikael Lyngvig!

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=196342&r1=196341&r2=196342&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Dec  3 20:19:25 2013
@@ -291,12 +291,6 @@ symbols from (to) DLLs (Dynamic Link Lib
     name is formed by combining ``__imp_`` and the function or variable
     name.
 
-For example, since the "``.LC0``" variable is defined to be internal, if
-another module defined a "``.LC0``" variable and was linked with this
-one, one of the two would be renamed, preventing a collision. Since
-"``main``" and "``puts``" are external (i.e., lacking any linkage
-declarations), they are accessible outside of the current module.
-
 It is illegal for a function *declaration* to have any linkage type
 other than ``external``, ``dllimport`` or ``extern_weak``.
 





More information about the llvm-commits mailing list