diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 60058fd8590..95fd43940b7 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -62,6 +62,10 @@ Changes to the LLVM IR parameter is required to be a simple constant. This annotation must be accurate to avoid possible miscompiles. +* The 2-field form of global variables ``@llvm.global_ctors`` and + ``@llvm.global_dtors`` has been deleted. The third field of their element + type is now mandatory. Specify `i8* null` to migrate from the obsoleted + 2-field form. Changes to the ARM Backend -------------------------- |