[PATCH] D55066: [ASan] Minor documentation fix: clarify static linking limitation.

Max Moroz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 11 08:50:16 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC348863: [ASan] Minor documentation fix: clarify static linking limitation. (authored by Dor1s, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55066?vs=176712&id=177724#toc

Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55066/new/

https://reviews.llvm.org/D55066

Files:
  docs/AddressSanitizer.rst


Index: docs/AddressSanitizer.rst
===================================================================
--- docs/AddressSanitizer.rst
+++ docs/AddressSanitizer.rst
@@ -265,7 +265,7 @@
 * 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.
+* Static linking of executables is not supported.
 
 Supported Platforms
 ===================


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55066.177724.patch
Type: text/x-patch
Size: 494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181211/5b788b3a/attachment.bin>


More information about the cfe-commits mailing list