[llvm-branch-commits] [llvm] c7c68c7 - [release][docs] Note on lazy binding and SVE.

Francesco Petrogalli via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 20 09:01:47 PDT 2020


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
 --------------------------
 


        


More information about the llvm-branch-commits mailing list