Author: Francesco Petrogalli
Date: 2020-08-20T15:33:30Z
New Revision: c7c68c7965190393ffa594d0c8bec79c4ca7dbfb

URL: 
https://github.com/llvm/llvm-project/commit/c7c68c7965190393ffa594d0c8bec79c4ca7dbfb
DIFF: 
https://github.com/llvm/llvm-project/commit/c7c68c7965190393ffa594d0c8bec79c4ca7dbfb.diff

LOG: [release][docs] Note on lazy binding and SVE.

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 612a5417df95..116898aeb75a 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
 --------------------------
 


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to