mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Added new Global Variable marker ``externally_initialized'' to LangRef.
llvm-svn: 174270
This commit is contained in:
parent
cc7d91476c
commit
0d83ea84f2
@ -506,7 +506,8 @@ variables defined within the module are not modified from their
|
||||
initial values before the start of the global initializer. This is
|
||||
true even for variables potentially accessible from outside the
|
||||
module, including those with external linkage or appearing in
|
||||
``@llvm.used``.
|
||||
``@llvm.used``. This assumption may be suppressed by marking the
|
||||
variable with ``externally_initialized``.
|
||||
|
||||
An explicit alignment may be specified for a global, which must be a
|
||||
power of 2. If not present, or if the alignment is set to zero, the
|
||||
|
Loading…
Reference in New Issue
Block a user