[all-commits] [llvm/llvm-project] a2247d: [LangRef] Describe linkage types, allocation size ...
Matthias Schiffer via All-commits
all-commits at lists.llvm.org
Fri May 8 16:23:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a2247d42e46c7740545c6289701d41fe19ba469a
https://github.com/llvm/llvm-project/commit/a2247d42e46c7740545c6289701d41fe19ba469a
Author: Matthias Schiffer <mschiffer at universe-factory.net>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
[LangRef] Describe linkage types, allocation size of declarations for global variables
Linkage type was only referenced for functions, not for global
variables.
Clarify that LLVM doesn't make assumption about the allocation size when
no definitive initializer for a global variable is known.
Differential Revision: https://reviews.llvm.org/D78952
More information about the All-commits
mailing list