[PATCH] D55066: [ASan] Minor documentation fix: remove static linking limitation.
Max Moroz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 29 10:49:27 PST 2018
Dor1s created this revision.
Dor1s added reviewers: eugenis, kcc.
Herald added a subscriber: cfe-commits.
Looks like the documentation is out of date, given that static linking
is not only supported these days, but is actually a default mode.
Repository:
rC Clang
https://reviews.llvm.org/D55066
Files:
docs/AddressSanitizer.rst
Index: docs/AddressSanitizer.rst
===================================================================
--- docs/AddressSanitizer.rst
+++ docs/AddressSanitizer.rst
@@ -265,7 +265,6 @@
* On 64-bit platforms AddressSanitizer maps (but not reserves) 16+ Terabytes of
virtual address space. This means that tools like ``ulimit`` may not work as
usually expected.
-* Static linking is not supported.
Supported Platforms
===================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55066.175904.patch
Type: text/x-patch
Size: 443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181129/c8e8c708/attachment.bin>
More information about the llvm-commits
mailing list