summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/docs/MemorySanitizer.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst
index f513b009a32..8a88198d3e9 100644
--- a/clang/docs/MemorySanitizer.rst
+++ b/clang/docs/MemorySanitizer.rst
@@ -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
==============
OpenPOWER on IntegriCloud