We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd591bd commit bccbd74Copy full SHA for bccbd74
clang/docs/MemorySanitizer.rst
@@ -204,6 +204,9 @@ Limitations
204
non-position-independent executables, and could fail on some Linux
205
kernel versions with disabled ASLR. Refer to documentation for older versions
206
for more details.
207
+* MemorySanitizer might be incompatible with position-independent executables
208
+ from FreeBSD 13 but there is a check done at runtime and throws a warning
209
+ in this case.
210
211
Current Status
212
==============
0 commit comments