From c7c68c7965190393ffa594d0c8bec79c4ca7dbfb Mon Sep 17 00:00:00 2001 From: Francesco Petrogalli Date: Wed, 19 Aug 2020 15:27:47 +0000 Subject: [PATCH] [release][docs] Note on lazy binding and SVE. --- llvm/docs/ReleaseNotes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 612a5417df9533..116898aeb75ae9 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -172,6 +172,11 @@ During this release ... } } + Please note that support for lazy binding of SVE function calls is + incomplete. When you interface user code with SVE functions that are + provided through shared libraries, avoid using lazy binding. If you + use lazy binding, the results could be corrupted. + Changes to the MIPS Target --------------------------