[PATCH] D15343: docs: Correct wording in LangRef relating to available_externally linkage.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 13:35:24 PST 2015


rafael added inline comments.

================
Comment at: docs/LangRef.rst:215
@@ -214,1 +214,3 @@
+    at will, and allow inlining and other optimizations like globals with
+    ``linkonce_odr`` linkage. This linkage type is only allowed on definitions,
     not declarations.
----------------
Maybe drop the reference to linkonce_odr completely?


http://reviews.llvm.org/D15343





More information about the llvm-commits mailing list