[ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD

Reviewers: sylvestre.ledru, kcc

Reviewed By: sylvestre.ledru

Differential Revision: https://reviews.llvm.org/D66792

llvm-svn: 370035
This commit is contained in:
David Carlier 2019-08-27 10:04:03 +00:00
parent dd591bdee6
commit bccbd74c62

View File

@ -204,6 +204,9 @@ Limitations
non-position-independent executables, and could fail on some Linux
kernel versions with disabled ASLR. Refer to documentation for older versions
for more details.
* MemorySanitizer might be incompatible with position-independent executables
from FreeBSD 13 but there is a check done at runtime and throws a warning
in this case.
Current Status
==============