[PATCH] D36712: Emit section information for extern variables
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 15 16:21:55 PDT 2017
efriedma added inline comments.
================
Comment at: docs/LangRef.rst:628
+information. Attaching section information to an external declaration is an
+assertion that it's definition is located in the specified section. If the
+definition is located in a different section, the behavior is undefined.
----------------
"its".
https://reviews.llvm.org/D36712
More information about the cfe-commits
mailing list