[PATCH] D78952: [LangRef] Describe linkage types, allocation size of declarations for global variables
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 05:19:40 PDT 2020
spatel added inline comments.
================
Comment at: llvm/docs/LangRef.rst:693
+replaced at link time (``linkonce``, ``weak``, ``extern_weak`` and ``common``
+linkage types), LLVM makes no assumptions whatsoever regarding the allocation
+size of the variable.
----------------
Vocabulary nit: the LangRef has mostly avoided legalese to remain readable and approachable even for non-native English speakers, so I'd reduce this to something like:
"...LLVM makes no assumptions about the allocation sizes of the variables."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78952/new/
https://reviews.llvm.org/D78952
More information about the llvm-commits
mailing list